Wish Scene 1/n Toggle

painkiller

Experienced
Recently I use the "Scene 1/2 Toggle" function on my MFC and thought it would be great to have this for the other scenes too. I would like an addition of a 1/3, 1/4, 1/5, 1/6, 1/7, 1/8 toggle fuction :)
 
It's been a while since I programmed my MFC, but doesn't the MFC already let you do this using general MIDI commands? Send a CC 34 command when pushing the switch the first time ("on"), and another when pushing it the 2nd time ("off"). The first command should send the value for the desired scene, the second command should send value "0" for scene 1.
 
This doesn't work like the "Scene 1/2 Toggle"...
The behavior of this function is that the switch is "resetted" to the original state when another scene is selected (this would be important in my case). With general MIDI functions the switch always stays at the last On or Off state.
 
Last edited:
Back
Top Bottom