View Single Post
Old 09-09-2019, 12:48 PM   #4578
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 poetnprophet View Post
I used the stock MCU zon, changed the Channel|1-8 to Channel|1, used the same MST values, just removed anything higher than 1 (arm2, arm3, mute2, mute3, etc).

I also moved everything to the "button included zon" since the above didn't work, also removing the "1" in all the zon/mst statements....which didn't work either.
Aha, I see where it went wrong.

I'm not sure this will work, but the easiest might be to take the Stock MCU and make it look like this:

Code:
Zone Channel|1-1
	TrackNavigator
	DisplayUpper|  TrackNameDisplay
	DisplayLower|  TrackPanDisplay
	TrackTouch+DisplayLower|  TrackVolumeDisplay
	RotaryPush| GoZone PanWidth|
	Rotary| TrackPan 0
	RecordArm|  TrackRecordArm
	Solo|  TrackSolo
	Mute| TrackMute
	Select|  TrackUniqueSelect
	Shift+Select|  TrackRangeSelect
	Control+Select|  TrackSelect
	Shift+Control+Select| TogglePin
	Option+Select| TrackFolderDive
	Fader|  TrackVolume
	TrackTouch+Fader|  TrackVolume
	FaderTouch|  TrackTouch
ZoneEnd
and do the same in Home:

Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		Buttons 
		Channel|1-1
	IncludedZonesEnd
ZoneEnd
Let me know if that works.
__________________
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