CSI Version 1.1 Changes - reaper-csi/reaper_csurf_integrator GitHub Wiki
CSI v1.1 was a very large update that introduced a whole lot of great new features, some mandatory changes to zone files, and some performance and under the hood updates. If you're upgrading from a prior CSI 1.0 setup, you will need to make some changes to your .zon files to get things working in CSI 1.1. This section will outline the changes at a high level, with links for additional information.
Changes in Version 1.1
The changes in CSI 1.1 include:
- Requires Reaper 6.16 or later (change is due to FocusedFX improvements)
- One zone per .zon file
- SendNavigator is now called SelectedTrackSendNavigator
- FXMenuNavigator is now called SelectedTrackFXMenuNavigator
- Added SelectedTrackReceiveNavigator
- Added SelectedTrackSendSlotNavigator
- Added SelectedTrackReceiveSlotNavigator
- Added TrackSendSlotNavigator
- Added TrackReceiveSlotNavigator
- Added TrackFXMenuSlotNavigator
- Reintroduced Touch Modifier
- New CSI Action: NoFeedback
- Added ability to broadcast and receive zone changes and mapping actions to and from different surfaces
- FX Zones can now support Sub Zones
- Added SelectedTrackBank action
- General performance improvements around loading times with large projects and large number of FX files
- Under the hood changes to how widgets are assigned during zone changes to improve reliability
- Improvements to FocusedFX handling after loss of focus
Mandatory Changes if Upgrading From CSI v1.0
Looking at the list above, there are only a small number of mandatory changes that anyone upgrading from CSI v1.0 will need to make to their files to seamlessly upgrade to CSI 1.1. Just to specifically call those out they are:
-
One zone per file
-
Any zones that used SendNavigator need the navigator renamed to SelectedTrackSendNavigator
- The zone name also needs to change from Send to SelectedTrackSend
-
Any zones that used FXMenuNavigator need the navigator renamed to SelectedTrackFXMenuNavigator
- The zone name needs to change from FXMenu to SelectedTrackFXMenu.