Hi I am building a musical instrument in Processing which sends note information to Ableton. I would like to enable the user to switch between different scales (C-major, D-minor etc), so that the user always plays notes within that scale. Does anybody know about a smarter way of doing this than to hardcode all the different notes and scales in arrays? Or has anybody done something similar and want to share their code?
Cheers Andreas