View Single Post
Old 01-16-2020, 06:58 AM   #6024
pane.valentin
Human being with feelings
 
Join Date: Oct 2016
Posts: 35
Default

Quote:
Originally Posted by Funkybot View Post
Not sure if this might help you out but the EuCon build works a little differently at the moment. You tell CSI how many Eucon faders you want (a maximum number), regardless of how many you'll use in your project. So you say "I want 48 faders" and that's what you get. So if you only had 9 tracks, you'd get a bank of 8, and a bank of 1, followed by 39 empty faders. Not sure if that approach could benefit your situation, but it's something CSI is already doing elsewhere.
I think this behavior would be ideal. I don't see however how to set up this behavior in a MIDI surface.

I think the Pin command would be something good to use but i have no idea how it works and there is no documentation about it anywhere.

Also the NoAction command appears to block a button in all zones.

Code:
Zone Home
	OnTrackSelection MapSelectedTrackSendsToWidgets
	IncludedZones
		"Buttons|"
		"Channel|1-24"
	IncludedZonesEnd
ZoneEnd


Zone "Buttons|"
 Shift Shift
 Shift+Rec {ReaperCommand}
ZoneEnd

Zone "Channel|"
 TrackNavigator
 Shift NoAction
ZoneEnd
As I figure it out this setup should allow me to use Shift Button on the buttons from the "Buttons| "zone but not in the "Channel|" zone. Right? Is this a bug or am I doing something wrong?

Last edited by pane.valentin; 01-16-2020 at 07:16 AM.
pane.valentin is offline   Reply With Quote