Hi,
I know - this is not the normal use-case, but perhaps there is a simple way…
I need the possibility to change a pedalboard via network - perhaps by calling a “special” URL?
And perhaps parameter changes within a pedalboard may also be done via URL?
Is this possible?
Thanks a lot,
Holger
falkTX
July 28, 2016, 10:15am
#2
This is really unsupported…
But you can do this:
1- reset/clean all plugins:
$ curl -G http://192.168.51.1/reset/
2- load pedalboard (inside mod)
$ curl -F ‘bundlepath=/root/.pedalboards/default.pedalboard’ http://192.168.51.1/pedalboard/load_bundle/
Great - pedalboard changes are working! Very nice - many thanks!!!
… one thing: After “reset” the UI shows cables and the “old” name:
After reloading the web page all “cables” are away. I will check if this also happens on the MOD-Duo. BTW: How can I connect to the MOD-Duo with ssh?
falkTX
July 28, 2016, 12:52pm
#5
well, yeah, reset is supposed to start at the web ui side.
as I said, this is completely unsupported. you’ll have to figure out things for yourself.
The mod-ui code is open though. See the list of possible commands here:
https://github.com/moddevices/mod-ui/blob/master/mod/webserver.py#L1264