Cycling74 / rnbo-runner-panel

Web interface to the RNBO runner
MIT License
11 stars 2 forks source link

FR: better enum parameter handling #61

Closed x37v closed 7 months ago

x37v commented 11 months ago

right now all parameters are sliders, if we have a enum params, we could use some other UI, maybe SegmentedControl

x37v commented 7 months ago

enum param json example:

image
x37v commented 7 months ago

FYI, boolean enums will just give a 0 and 1 .. could be rendered as a toggle or something like that