209067
So, recently a forum on here got me thinking about trackers.
https://battleofthebits.com/academy/GroupThread/39219/what%27s+a+really+specific+tracker+feature+that+you+wish+more+%28or+all%29+trackers+had/
What I'd like to see, but never have witnessed made properly is a .it tracker that uses DAW style notation to place notes. So I guess that means I gotta do it myself. I'm going to make it in godot engine because not having big libraries makes me hyperventilate.
I was looking at the source code for the impulse tracker format, but I saw that's written in assembly (assembly makes me puke). So, all that to say, is there source code for reading and writing impulse tracker files in more modern languages? (c++, java, etc.)
I don't need code for vst support. I just want to make a tracker that uses samples as instruments (if you can't tell I'm biased in favor of SPC)
If I can find it in a modern programming language I'll be able to convert it to godot engine's GDscript easily. Then the hard part will be making GUI responsible for writing the .it, which means a couple months from now you'll get another forum post :D
https://battleofthebits.com/academy/GroupThread/39219/what%27s+a+really+specific+tracker+feature+that+you+wish+more+%28or+all%29+trackers+had/
What I'd like to see, but never have witnessed made properly is a .it tracker that uses DAW style notation to place notes. So I guess that means I gotta do it myself. I'm going to make it in godot engine because not having big libraries makes me hyperventilate.
I was looking at the source code for the impulse tracker format, but I saw that's written in assembly (assembly makes me puke). So, all that to say, is there source code for reading and writing impulse tracker files in more modern languages? (c++, java, etc.)
I don't need code for vst support. I just want to make a tracker that uses samples as instruments (if you can't tell I'm biased in favor of SPC)
If I can find it in a modern programming language I'll be able to convert it to godot engine's GDscript easily. Then the hard part will be making GUI responsible for writing the .it, which means a couple months from now you'll get another forum post :D