View Single Post
Old 02-16-2020, 04:08 PM   #6631
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by Funkybot View Post
Is the "Press" modifier not working?

I was trying to assign the toggling of the mix window to a widget that had press and release defined in the widget. This was causing the mix window to only stay open as long as I held the button down. Expected.

Code:
Widget Option
	Press 90 47 7f 90 47 00
	FB_TwoState 90 47 7f 90 47 00
WidgetEnd
So to resolve the issue, I attempted to modify the zone to say:

Code:
Press+Option Reaper 40078 //open mixer
This wasn't having the desired effect though. The mixer window only stayed open as long as I held the button down even after adding the press modifier.

What did work was changing the .mst to say:

Code:
Widget Option
	Press 90 47 7f
	FB_TwoState 90 47 7f 90 47 00
WidgetEnd
...which, at least according to the Wiki, is less than ideal if your surface transmits release.
Yeah, the Press option has been removed.

It is up to the individual Action to either ignore or process release messages.

There was a bug in Reaper Action, now fixed in latest build.
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote