Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jujudusud opened this issue Nov 5, 2018 · 4 comments
Open

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

jujudusud opened this issue Nov 5, 2018 · 4 comments

Comments

@jujudusud
Copy link

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
Copy link

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
Copy link
Author

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

@leogermani
Copy link
Contributor

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants