2 Nov 2023, 08:42

@vinicity said in Code-based music sequencer/tracker with demo:

Amazing stuff!
You really put a lot of thought into this and it shows! Is it modeled on some kind of previous music system or did you design it all from scratch?

I was wondering if you could perhaps create a PDF of the documentation too, since it would probably be useful to have a hard copy to look at while learning this…?

It's designed from scratch, but I have quite a bit of experience with digital music and MIDI stuff in general, so I had a pretty clear idea going into this project of the sorts of things I wanted from it. There are still a handful of features that need to be implemented before it'll be fully viable for game use (such as the ability to loop and better control over stopping/starting/pausing/restarting), but I'm pleased with how it's come together so far.

I've added a PDF of the documentation to my GitHub archive of the project -- click the Download raw file button in the upper right to download it. I've colored the code examples in the PDF to match what you actually see in the FUZE editor, so it should be slightly easier to follow than the version posted here.