-
-
* Add Effect;
* Change effect position;
* add / remove connection.
```
Traceback (most recent call last):
File "webservice/handler/pedalboard_data_handler.py", line 46, in put
self.contr…
-
The potentiometer is related only to note intensity, cannot be assigned to a wahwah or volume pedal alone,
it wold be nice to add a proper command in the library o transmit continuously the pot state…
-
```python
ADD index, origin
def on_bank_updated(self, bank, update_type, **kwargs):
"""
Called when changes occurs in any :class:`Bank`
:param Bank bank: Bank ch…
-
-
# Description
It would be incredible if there were an observer for automatic persistence.
I tried to implement but got problems:
## Replace
```
observer = Autosaver('/home/paulo/PycharmProj…
-
For test https://gist.github.com/SrMouraSilva/f7a3904f3984bcaec7e15c60039bc3c3
# Error 1
## Description
```python
> sys_effect.outputs[0].connect(reverb.inputs[0])
Traceback (most recent call…
-
After commit "c3391e5f58e00a1c9737bdec6ceacb0f699611e4", when trying to save a NEW pedalboard, it gives the message "Nothing to Save" and the "Save/Save as" dialog is not opened.
-
## Bug
## Description
Starting up the MOD with a specific pedalboard locks up the MOD Duo.
## Expected/suggested solution
I suspect MDA Leslie to cause the lock ups, but I'm not quite sur…
-
I want to get the output blob of a specific arrange of the pedals, how can I do that? I don't see any method that make that function (extract/export the blob), is that possible?