View Single Post
Old 01-25-2020, 11:35 AM   #6172
Funkybot
Human being with feelings
 
Funkybot's Avatar
 
Join Date: Jul 2007
Location: New Joisey
Posts: 6,027
Default

Try this out for bcr2000.zon. Here I've moved "Button1" into a zone called Buttons. I've also added "On Track Selection, Map Selected Track FX To Widgets." I believe this is what you'll need to tell Reaper "hey, if there's a Pro-Q with a corresponding mapping on the selected track, map it to widgets." I kept D as the sends assuming you want D1-D8 to map to Track Send Volume. I also cleaned up the syntax a bit. Send is now Send, I also eliminated the extra "1-8" in the Send zone that wasn't needed.

Code:
Zone "Home"
	OnTrackSelection MapSelectedTrackSendsToWidgets
	OnTrackSelection MapSelectedTrackFXToWidgets
	IncludedZones
		"Buttons|"
		"Send|1-8"
	IncludedZonesEnd
ZoneEnd

Zone "Buttons|"
	Button1 Reaper _RS9b44c05d0259a71665cf74f20645e7373ce218e1
ZoneEnd

Zone "Send|1-8"
	SelectedTrackNavigator
	D| TrackSendVolume	
ZoneEnd

Last edited by Funkybot; 01-25-2020 at 12:19 PM.
Funkybot is online now   Reply With Quote