v.1.4 (24/05/2022) ------------------ - bugfix : using a "sweep sysex" didn't work on the rightside expression pedal - add-on : support for using variables in the content of a "sweep sysex" v.1.3 (21/03/2022) ------------------ - add-on : possibility to use the up/down switches as preset switches instead of bank up/down - add-on : possibility to use a data variable for specifying the MIDI channel of MIDI messages - add-on : command "SendPedal 1" / "SendPedal 2" to send the message for the current expr.pedal position - add-on : command "GotoBank" - add-on : INIT_BANK support for the Direct Bank - add-on : possibility to check on current bank or preset in conditional commands : if(#CURRENT_BANK ==/!= "...") if(#CURRENT_PRESET ==/!= "...") - add-on : possibility to check on an effect state in conditional commands : if(EFFECT_ON "...") if(EFFECT_OFF "...") - add-on : possibility to send SysEx with the expression pedals - add-on : possibility to remotely control the FCB1010 through MIDI IN : CC 00 nn = GOTO BANK nn CC 04 nn = move left expressionpedal CC 07 nn = move right expressionpedal PC 00-09 = click+release footswitch 1 - 10 PC 14-15 = click+release Down/Up switch - add-on : possibility to send a single MIDIClock message (next to sending a continuous MIDIClock stream with certain BPM) - change : up/down switches now cycle through the bank list instead of stopping at the end/beginning of the list UnO2ControlCenter v.1.2.2 (13/11/2021) ...................................... - bugfix : previous bugfix caused an issue with the monitor window UnO2ControlCenter v.1.2.1 (05/10/2021) ...................................... - bugfix : a Let's Encrypt root certificate expiration caused connection to the registration server to fail v.1.2 (12/11/2020) ------------------ - add-on : extended MIDI message support (SystemCommon messages) - add-on : possibility to use effect/trigger activation commands within an effect/trigger content v.1.1 (01/07/2020) ------------------ - bugfix : nested conditional commands did not always work correctly - bugfix : using a Wait command in a song initialization preset could trigger an automatic scroll to the next song - add-on : programming language extended with support for "while" loops v.1.0 (29/05/2020) ------------------ Initial release