Edo von Glan
Edo von Glan
It works like that, thanks. I think it would be more intuitive if selecting a preset again, also reloads that particular preset from disk.
> avoid file I/O when doing auto-load preset ah, ok
It would also be nice to add your own templates (I tend to use the same ones quite often)
Sorry, somehow I did not notice your questions. Bipolar to Unipolar + Switch, Part A: Target unipolar parameter. Bipolar to Unipolar + Switch, Part B: Target switch parameter. This pair...
See also #825
I am just doing this manually for all my presets, and noticed the following workaround (for converting just one mapping): Instead of memorizing the parameter name, then changing the parameter...
I think I have the explanation: The Behringer has its own logic for lighting its LEDs. I assume, after my finger leaves the button, and it sends the note-off, it...
if you want to do that, here is another: ``` SPLIT line->* AT ';' INTO wak-pgmid wak-object wak-objname wak-mastertype. ```
and it seems there is another: ``` APPEND CORRESPONDING #( key->* MAPPING obj_type = object obj_name = objname ) TO object-keys. ```
and I would like to see INIT ... FOR ... NEXT aligned: ``` e_leftover_qty = REDUCE #( INIT q = 0 FOR IN i_dlvs NEXT q += -qty ). ```