Author Topic: how to assign HW Button switch On/Off buttons to <Logic> S1 Mute:  (Read 4165 times)

Offline Hermu

  • Jr. Member
  • **
  • Posts: 53
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

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1679
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.

Offline Hermu

  • Jr. Member
  • **
  • Posts: 53
Thank's for reply!
Yes, it works  8)