dsp56300 / gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
https://dsp56300.wordpress.com/
GNU General Public License v3.0
334 stars 40 forks source link

Improve column breaks for dropdown menu based parameters #195

Closed mkruselj closed 1 month ago

mkruselj commented 1 month ago

Previously column breaks happened after every 16th menu entry verbatim, no chance of parole. With this change a column break will only happen if we have more than one and a half columns of entries total (16 + 8).

This allows changing menus like part MIDI channel in Xenia from looking like this:

image

into looking like this:

image

which is far more visually agreeable, I think 🙂