Greetings,
Though I reviewed the documentation (under "Files") regarding SysEx and the "Script Editor", I would appreciate some help from the experienced ones :)
I would like (if possible) to configure an existing BCR preset to send three SysEx messages in a single press of button #4.
If (Button #4 = Off) then send: /The *default* state
F0 01 20 01 2A 33 02 00 F7 /Set value of x02 to parameter x33
F0 01 20 01 2A 35 01 00 F7 /Set value of x01 to parameter x35
F0 01 20 01 2A 38 01 00 F7 ; /Set value of x01 to parameter x38
-------------------------------------------------------------------------------------
If (Button #4 = On) then send:
F0 01 20 01 2A 33 03 00 F7 /Set value of x03 to parameter x33
F0 01 20 01 2A 35 00 00 F7 /Set value of x00 to parameter x35
F0 01 20 01 2A 38 02 00 F7 /Set value of x02 to parameter x38
Is it possible, or do I have to use extra buttons for such a task?
In any case,
- What ".mode" should I use for the button(s)?
- Can I, and should I omit the ".minmax" & ".default" macros for that purpose?
- What would the content of the ".tx" line be?
$rev R1
$button 4
.mode
[.minmax 0 0]
[.default 0]
.tx
.showvalue on
$end
After sending the above code (completed of course) to the BCR through the "Script Editor", should I just press "Store" twice in order to write the changes to my current preset?
Is there anything else I should do before/after sending the script?
Thank you very much!
Have a joyful day,