surge-synthesizer / surge

Synthesizer plug-in (previously released as Vember Audio Surge)
https://surge-synthesizer.github.io/
GNU General Public License v3.0
3.15k stars 400 forks source link

Tuning: Choose different stable notes #1043

Closed baconpaul closed 5 years ago

baconpaul commented 5 years ago

Right now the stable note (unchanged by tuning) is fixed in the synth. With 1.6.3 we may want to move the midi note and frequency which is stable (although this may come better through kbm files - lets see)

But so I don’t forget to think about it add this issue as I closes #828

SeanArchibald commented 5 years ago

Kbm files specify the "stable" MIDI note and frequency - so if full kbm support happens then you could close both issues in one go. :)

The benefit of kbm support is that it doesn't lock the user in to using linear mappings only - users could specify their own custom key mappings. I can think of a few use cases where custom key mappings are useful, including:

The above examples are just for illustration. Kbm support means the user has the power to come up with their own solutions to all the above!

baconpaul commented 5 years ago

I agree. KBM (#1041) is the way to go so I’ll close this issue (but link it to 1041 so your useful comments carry over there).