|
Post by freddytwonotes on Jan 9, 2015 18:35:00 GMT
I was reading thru another post and tried to incorporate changing scenes with one command. I get an exclamation on the scene icon and the scene is reverted.
The first line is the scene switch. Got this from another thread and changed the input.
# Enter rewrite rules here B0 11 = CF 01 +C # switch to 01
# BlueBoard>Auria Toggle Mute X1-F = XX +B B0 = 90 00 7F +C B0 = XX 0F X2 +C +D50 B0 = XX 2F 42 +C +D50 B0 00-0E = XX +B
|
|
nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on Jan 12, 2015 12:03:44 GMT
Hi freddytwonotes, The exclamation mark means that the current scene has changed and has not been saved. You need to save your changes into the scene by holding down the scene in the Scenes panel and make it save. If you don't save, what will happen is that your MIDI scene change command will load scene 001 before you have saved it and revert. The trick to this is you need to setup your scene change rules so that one scene switches to another round-robin style. Let's assume you have 3 scenes 000, 001 and 002 that you wish to cycle though with the BlueBoard command. For each scene you need a slightly different switching rule: In Scene 000 - B0 11 = CF 01 +C In Scene 001 - B0 11 = CF 02 +C In Scene 002 - B0 11 = CF 00 +C That way, pressing the button cycles though the 3 scenes. Regards, Nic.
|
|
|
Post by freddytwonotes on Jan 12, 2015 23:34:12 GMT
Hi Nic,
I think I found the issue. I wanted to use one of the two pedal jacks as a switch but it doesn't work but the abcd buttons work like a charm. There is a midi message coming in but can't see the incoming midi stream to debug. Do you have any insight or maybe point me to a utility to view the midi stream.
Thanks, Fred
|
|
|
Post by freddytwonotes on Jan 12, 2015 23:42:44 GMT
Recalibrated footswitch to make sure.bstill no good.
|
|
|
Post by freddytwonotes on Jan 12, 2015 23:52:43 GMT
Ok.........got it. My hex was off.
|
|
nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on Jan 13, 2015 9:48:30 GMT
Good to hear. I found that the EXT jacks are much more laggy than the buttons, probably as they have to 'monitor' the resistance and then convert changes to MIDI.
Regards, Nic.
|
|