View Single Post
Old 01-25-2020, 11:49 AM   #6173
SebyMusic
Human being with feelings
 
Join Date: Apr 2018
Posts: 211
Default

Quote:
Originally Posted by Funkybot View Post
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|"
	SelectedTrackNavigator
	D| TrackSendVolume	
ZoneEnd
Hi FunkyBot, you are right, I did not gave enough details.
So bottom row is A
Last on Top is D

What you sent me seems to work, but now, every sends if there's 3 sends on track 1 for instance and that I move the first send, seems to move all light on every 8 knobs on D row.

is it because auto sends is checked?
Should I check something else?
SebyMusic is offline   Reply With Quote