And now the keyboard works! That was surprisingly easy with a few tweaks to make it generate using the same code for the numerical keyboard. I'm really starting to feel the motivation for this project again!
Hey, even that would be easier than having to program all-out DATA commands of MML! Maybe if you made syntax highlighting you could make yours even more useful - just a suggestion. Perhaps custom colors for notes, instrument commands, and channel commands?
Yeah im working on that stuff, though ive hit a bit of slowdown so I need to redo the code a bit lol. (cause of the fast speed I made it I did some stuff wrong..)
Haha, I know how that goes. I often feel like there are so many ways I could revise my code to make it shorter and faster. Often I question the methods I use to get some of my program's functions done!
yeah exactly! I lot I will do the long/wrong way just because its simpler, but yeah a lot of stuff is really rigged to blow.. I want to make something that detects if there is a syntax error to stop the program from crashing instead of just unknowingly crashing and losing progress..