AZSlow

AZ Controller plug-in for Cakewalk SONAR => Discussions => Topic started by: Hermu on May 10, 2015, 10:18:58 PM

Title: how to assign HW Button switch On/Off buttons to <Logic> S1 Mute:
Post by: Hermu on May 10, 2015, 10:18:58 PM
Hi,

my NOVATION Impulse Keyboard has Mute On/Off switch buttons (0=OFF, 127=On).
how can i define a switch button, which uses HW button value?
with <Logic> "toggle" i have to press Mute button twice to switch mute
Title: Re: how to assign HW Button switch On/Off buttons to <Logic> S1 Mute:
Post by: azslow3 on May 10, 2015, 10:29:14 PM
Duplicate the action set, but add "Note: Off" condition. For example, if you have:
1) Track current Mute
2) Toggle value
add
3) Note:Off - Track current Mute
4) Note:Off - Toggle value

Plug-in detect "Note off" and normally does nothing on it (most buttons are momentary, so that is "awaited"). Note, that in case the signal is "CC", or "Note: On Value 0", you can just switch "Hardware type" to let say "Slider" to get the same effect (rotaries and sliders use Value 0 as normal). But in case you really getting "Note Off" MIDI message, described addition is the only way.
Title: Re: how to assign HW Button switch On/Off buttons to <Logic> S1 Mute:
Post by: Hermu on May 11, 2015, 12:03:09 AM
Thank's for reply!
Yes, it works  8)