View Single Post
Old 02-16-2020, 03:40 PM   #6629
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 5,990
Default

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.
Funkybot is online now   Reply With Quote