View Single Post
Old 01-28-2020, 04:14 PM   #6226
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,882
Default

Quote:
Originally Posted by AbbeH View Post
Ok, thanks!

I have a X Touch mini. But i renamed my rotary 6, 7, and 8, layer B to send1 send2 and send3.
Ok, try this, I'm just focusing on the sends at the moment- I'm assuming you got everything else working. BTW Whilst you're obviously free to change things however you like, it is a good idea not to change the .mst unless you find a mistake in it. It's just one less variable to troubleshoot when things don't work
Code:
Zone Home
	OnTrackSelection 	MapSelectedTrackSendsToWidgets
	OnFXFocus		MapFocusedFXToWidgets
	IncludedZones
		"LayerA_Buttons|"
		"LayerB_Buttons|"
		"Channel|"
		"Mix|1-8"
	IncludedZonesEnd
ZoneEnd

Zone "LayerA_Buttons|"
	SelectedTrackNavigator
	LayerA_Fader 			TrackVolume
	LayerA_LowerButton1 	TrackBank "-8"
	LayerA_LowerButton2 	TrackBank "8"
	LayerA_LowerButton3 	Reaper	"40172"
	LayerA_LowerButton4 	Reaper 	"40173"
	LayerA_LowerButton5 	CycleTimeline
	LayerA_LowerButton6 	Stop
	LayerA_LowerButton7 	Play
	LayerA_LowerButton8 	Record
ZoneEnd

Zone "LayerB_Buttons|"
	SelectedTrackNavigator
	LayerB_LowerButton3 	Reaper	"40172"
	LayerB_LowerButton4 	Reaper 	"40173"
	LayerB_LowerButton5 	CycleTimeline
	LayerB_LowerButton6 	Stop
	LayerB_LowerButton7 	Play
	LayerB_LowerButton8 	Record
	LayerB_UpperButton1	TrackSolo

ZoneEnd

Zone "Channel|"
	SelectedTrackNavigator
	OnTrackSelection 	MapSelectedTrackFXToWidgets
	OnTrackSelection 	MapSelectedTrackSendsToWidgets
	LayerB_Fader		TrackVolume
	Volume			TrackVolume "1"
	Pan			TrackPan "0"
ZoneEnd

Zone "Send|1-3"
	SelectedTrackNavigator
	Send|				TrackSendVolume
	SendPush|			TrackSendMute
ZoneEnd

Zone "Mix|"
	TrackNavigator
	LayerA_UpperButton|	TrackSolo
	Rotary|		TrackVolume "1"
ZoneEnd
MixMonkey is offline   Reply With Quote