mod-audio / mod-sdk

SDK to implement the MOD gui interface
GNU General Public License v3.0
34 stars 16 forks source link

Only one "select" possible on mod-sdk. #9

Open jujudusud opened 5 years ago

jujudusud commented 5 years ago

In order to put more than one select on the pedal in the pedal board, is it possible to modify mod-sdk ? Some caps plugins should have 2 list selection available on the pedal.

brummer10 commented 5 years ago

The SDK only provide generic interfaces to get you going. For more advanced interfaces you need to edit the generated files. For more "selects" you could simply replace a "mod-knob" with a "select" in the generated icon-pluginname.html file and re-generate a screenshoot.

jujudusud commented 5 years ago

Thanks a lot @brummer10 ! I will do that for the next plugins I wanna use under mod.

leogermani commented 5 years ago

For the record, here is the complete documentation on how to do that

https://wiki.moddevices.com/wiki/Creating_GUIs

With this docs and basic HTML & CSS skill you could edit the auto generated interface and customize them (or build one from scratch)

jujudusud commented 5 years ago

Thanks @leogermani ! I will have a look at that. :-)