Hello. I got the idea to do this from here(check it out). This program will turn your TI-83+/84+ calc into an instrument!
With this I hope to be able to do full chromatic scales(maybe 3). I don't know how I should format where to put the notes though:
Ideas would be appreciated.
Also, I'm a bit confused on how to do the key input. This is what I have now:
Code:
It's just a bunch of these over and over. Can anyone tell me a better way to do this?
With this I hope to be able to do full chromatic scales(maybe 3). I don't know how I should format where to put the notes though:

Ideas would be appreciated.
Also, I'm a bit confused on how to do the key input. This is what I have now:
Code:
:If getKey(53)
:Freq(157,5000)
:End
It's just a bunch of these over and over. Can anyone tell me a better way to do this?