Control Mackie FLIP button with general midi
2 posters
Page 1 of 1
Control Mackie FLIP button with general midi
I want to send to SD+ two mdi commands:
- one to set ON the FLIP button
- another one to set it OFF
It seems that the note for controlling the button is note on 38 (value 127 on / value 0 off).
I can't get it works.
Do you know how I can do it?
Thanks!
- one to set ON the FLIP button
- another one to set it OFF
It seems that the note for controlling the button is note on 38 (value 127 on / value 0 off).
I can't get it works.
Do you know how I can do it?
Thanks!
jordikt- Posts : 291
Join date : 2024-02-10
Re: Control Mackie FLIP button with general midi
I guess it's the Mackie FLIP button you mean.
Mackie buttons aren't 127=on, 0=off; they work as a computer keyboard, i.e. when you press the button it sends 127, and when you release the button it sends 0.
So there is no way to set it ON; you can only send a 127+0 combination to toggle its state. If you want to make sure the state is the expected, you need to keep track of the current state yourself and only toggle if it's wrong.
Mackie buttons aren't 127=on, 0=off; they work as a computer keyboard, i.e. when you press the button it sends 127, and when you release the button it sends 0.
So there is no way to set it ON; you can only send a 127+0 combination to toggle its state. If you want to make sure the state is the expected, you need to keep track of the current state yourself and only toggle if it's wrong.
jordikt likes this post
Re: Control Mackie FLIP button with general midi
Thanks for your reply.
I can't toggle the Mackie FLIP button.
I have tried to send:
- note 38 on 127 + note 38 on 0
- note 38 on 127 + note 38 off 0
- note 38 off 127 + note 38 off 0
Anything toggles the FLIP button.
What am I doing wrong?
Thanks.
I can't toggle the Mackie FLIP button.
I have tried to send:
- note 38 on 127 + note 38 on 0
- note 38 on 127 + note 38 off 0
- note 38 off 127 + note 38 off 0
Anything toggles the FLIP button.
What am I doing wrong?
Thanks.
jordikt- Posts : 291
Join date : 2024-02-10
Re: Control Mackie FLIP button with general midi
50 is the note number that controls the Mackie FLIP button.
Sending note on ch 1D4 (note50) velocity 127 toggles the Mackie FLIP button.
Receiving sysex 90 32 7F indicates the FLIP button is ON (sysex is note on ch 1D4(note 50) vel 127)
Receiving sysex 80 32 40 indicates the FLIP button is OFF (sysex is note off ch 1D4(note 50) vel 64)
Edit: These values are tested and working fine with Cubase 12.
Sending note on ch 1
Receiving sysex 90 32 7F indicates the FLIP button is ON (sysex is note on ch 1
Receiving sysex 80 32 40 indicates the FLIP button is OFF (sysex is note off ch 1
Edit: These values are tested and working fine with Cubase 12.
Last edited by jordikt on Sun 25 Feb 2024 - 22:52; edited 2 times in total
jordikt- Posts : 291
Join date : 2024-02-10
Re: Control Mackie FLIP button with general midi
Yes, note 50 is correct. I forgot to set the correct middle C when checking the note number. It's D2, D3 or D4, depending on how you set middle C. So it's a bit dangerous to use note names.
The flip button is in the daw-specific area, so the note number is probably daw-dependent, even if it seems pretty standardized.
The flip button is in the daw-specific area, so the note number is probably daw-dependent, even if it seems pretty standardized.
jordikt likes this post
Similar topics
» I can't set Midi ports in Mackie Control
» Is a NRPN midi signal possible with MIDI Control?
» Mackie Control
» Newbie using Mackie to control DjayPro
» Mackie Control and several DAWs
» Is a NRPN midi signal possible with MIDI Control?
» Mackie Control
» Newbie using Mackie to control DjayPro
» Mackie Control and several DAWs
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum