View Single Post
Old 09-06-2019, 05:01 AM   #4527
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,183
Default

Quote:
Originally Posted by MalcolmG View Post
Has anyone tried spanning a TrackNavigator across two surfaces?

I have two BCF2000's setup and recognised under CSI. I can set either up like this and have the 8 faders mapped correctly:

Code:
Zone Home
  IncludedZones
    Channel|1-8
  IncludedZonesEnd
ZoneEnd

Zone Channel|1-8 
  TrackNavigator
  Fader|  TrackVolume
ZoneEnd
However, if I then try to add the following to the zone file for the right hand one:

Code:
Zone Home
  IncludedZones
    Channel|9-16
  IncludedZonesEnd
ZoneEnd

Zone Channel|9-16 
  TrackNavigator
  Fader|  TrackVolume
ZoneEnd
It doesn't work as I'd hoped. The faders for tracks 9-16 never get mapped, even when I have >8 tracks.

Currently I have my CSI.INI like this, so the two BCFs are sharing a mst but have their own zone files.

Code:
MidiInMonitor On
MidiOutMonitor On
VSTMonitor On
OSCInMonitor Off
OSCOutMonitor Off

Page HomePage FollowMCP NoSynchPages UseScrollLink UseTrackColoring 75 255 166
MidiSurface AlphaTrack 8 8 AlphaTrack.mst AlphaTrack UseZoneLink NoAutoMapSends NoAutoMapFX NoAutoMapFXMenu NoAutoMapFocusedFX
MidiSurface BCF2000Right 0 1 BCF2000.mst BCF2000Right UseZoneLink NoAutoMapSends NoAutoMapFX NoAutoMapFXMenu NoAutoMapFocusedFX
MidiSurface BCF2000Left 10 10 BCF2000.mst BCF2000Left UseZoneLink NoAutoMapSends NoAutoMapFX NoAutoMapFXMenu NoAutoMapFocusedFX
MidiSurface FCB1010 1 2 FCB1010.mst FCB1010 UseZoneLink NoAutoMapSends NoAutoMapFX NoAutoMapFXMenu NoAutoMapFocusedFX
Very close

.mst/.ost/.zon files are local to a surface.

You need to change "9-16" to "1-8" in the second .zon file.

The order in CSI.ini determines the overall actual channels.
__________________
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