View Single Post
Old 02-25-2020, 09:08 AM   #7020
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,235
Default

Quote:
Originally Posted by MixMonkey View Post
Forgive me if I'm missing something, but I'm not entirely clear how a different page addresses the problem.

There still won't be a way to permanently dedicate a row of faders to a set of groups, no?
Sure there will.

We're just used to the standard way of doing things

There is nothing to say that all Channels need TrackNavigators, etc., we just typically do that.

There is nothing to say that all Channels are even the same.

i'm not sure if this works right now, -- if not it's a bug, but you could do something like:

Code:
Zone Home
	OnFXFocus MapFocusedFXToWidgets
	IncludedZones
		"SelChannelButtons|"
		"GlobalButtons|"
		"Channel|1-4"
		"MasterChannel|"
		"JogWheelHack|"
	IncludedZonesEnd
ZoneEnd

Zone "Channel|"
	TrackNavigator
	DisplayUpper|  			TrackNameDisplay
	DisplayLower| 			TrackPanDisplay
	TrackTouch+DisplayLower| 	TrackVolumeDisplay
	Rotary| 			TrackPan "0"
	RotaryPush| 			GoZone PanWidth|
	Solo|				TrackSolo
	Mute|				TrackMute
	RecordArm| 			TrackRecordArm
	Shift+RecordArm|		Reaper 40495		//Cycle track record monitor
	Select|				TrackUniqueSelect
	Fader|  			TrackVolume
	FaderTouch|  			TrackTouch
	VUMeter|			TrackOutputMeter
ZoneEnd

Zone Channel5
        Fader5 AnyActionYouWant1
ZoneEnd

Zone Channel6
        Fader6 AnyActionYouWant2
ZoneEnd

Zone Channel7
        Fader7 AnyActionYouWant3
ZoneEnd

Zone Channel8
        Fader8 AnyActionYouWant4
ZoneEnd
__________________
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