I’m working on adding some functionality to my Pisound, and I’d like to customize the app interface shown when MODEP pedalboards are loaded. Right now, it shows only the default keyboard and some buttons, but I’d like to replace the keyboard with some other controls such as a couple sliders. After some digging, I believe changing the interface layout would involve editing a -module.json file? I tried editing /usr/local/patchbox-modules/modep/patchbox-module.json
but nothing changed in the app - it’s possible I did it wrong though. Any ideas?
Notes:
- the interface change could affect all MODEP pedalboards or just one, I could work with either
- I know I’ll have to make something to handle whatever controls I add to the module - I’m just focused on the visual aspect for now. Any tips for doing that are welcome though!
Thanks!