jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
701 stars 88 forks source link

[Feature] Button "Bang" fonction #702

Closed Ezrabox closed 3 years ago

Ezrabox commented 3 years ago

Hello, in button fonctions (toggle, push, tap) it should be great to have fourth fonction who should be "Bang" or "Gate" one. This one should send a "1" and imediatly a "0" not at realease like push and different than tap, who do not send any "0" Thanks :)

jean-emmanuel commented 3 years ago

It doesn't seem like a usual button behavior, but you if you need to do that you can simply use the "tap" mode and send the second message using the script property:

send('/address', 0)
Ezrabox commented 3 years ago

Merci :) au top!

Le mer. 7 avr. 2021 à 18:16, jean-emmanuel @.***> a écrit :

It doesn't seem like a usual button behavior, but you if you need to do that you can simply use the "tap" mode and send the second message using the script property:

send('/address', 0)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jean-emmanuel/open-stage-control/issues/702#issuecomment-815043267, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH7ZHIDPNNASHREKWI3FYCDTHSAPDANCNFSM42Q4LWDQ .