Press and hold midi note via Stream Deck button
Is it possible to press and hold a streamdeck button for sending midi note on / then off when released?
- Chad Wahlbrink @Chad2024-02-28 21:49:48.254Z
Hey @unnamed_1705,
Thanks for the question! It's not currently possible to do "momentary" button hold actions from the Stream Deck. There are some advanced APIs that SoundFlow Developers have used on premium SoundFlow Apps like Pro Tools Track Control to accomplish "Momentary" behavior, but these are currently reserved for SoundFlow Developers.
The best way I can think to handle this kind of action would be to use a "If Global State Variable Is (Boolean)" macro action and then use a global variable and MIDI commands to create a "toggle" functionality.
I made a quick video detailing this for you:
https://drive.google.com/file/d/1_HVg6Fm5qzq8-xA5pfuyF1lnknH1YByY/view?usp=drive_link - In reply toTristan_Dewey⬆:Chad Wahlbrink @Chad2024-08-15 19:32:33.064Z
Hey @Tristan_Dewey!
I wanted to follow up on this post and share that, as of SoundFlow 5.7, we now have Generic Button Commands in the Basics Package. These commands allow you to have different "button down" and "button up" actions for both Stream Deck Buttons or Key commands.
Example
- TIn reply toTristan_Dewey⬆:Tristan Dewey @Tristan_Dewey
thanks @Chad, this is great news.
Quick question, I've implemented this button for SourceConnect TB. MIDI Inpit Enable is checked in PTs for SoundFlow Custom Midi Output all 1-8. Soundflow log is registering button down/up. BUT ProTools is not recieving the midi note message (currently using MIDI Note 64 (Output Number 1) (MIDI Channel 1). Hoping this is simple to fix and I'm overlooking something. Could not find info on forum or online. ThanksChristian Scheuer @chrscheuer2024-08-30 09:31:08.138Z
Hi Tristan,
Pro Tools has a MIDI Input Devices menu, where you need to tell it which MIDI devices to listen to. You'll find it under Setup -> MIDI -> ...
I'm not sure if that was the one you were referring to.
You could troubleshoot by using the MIDI Monitor app to see if SF is correctly sending out what you need.
- TIn reply toTristan_Dewey⬆:Tristan Dewey @Tristan_Dewey
Thanks for the MIDI monitor tip...fixed the command script :)