surge-synthesizer / shortcircuit-xt

Will be a sampler when its done!
GNU General Public License v3.0
252 stars 30 forks source link

Natural sort menu entries where needed #1185

Closed mkruselj closed 1 month ago

mkruselj commented 1 month ago

For example here:

image

baconpaul commented 1 month ago

Yeah we actually don’t want to strnat those but want to sort them by the target index (which will have the same effect in this case) just in case anyone other than me hops in to do this

baconpaul commented 1 month ago

These sorts are also server side so the fix goes here https://github.com/surge-synthesizer/shortcircuit-xt/blob/fa91e96031c10629fcd5c3e10d3c87bcd14f3a2f/src/modulation/voice_matrix.cpp#L213