Skip to content

Commit

Permalink
Updated to 24.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
git-moss committed Sep 4, 2024
1 parent b2b7468 commit 2a83020
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Akai/Akai-Fire.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Change parameters of the currently selected device. Combine with **Shift** for f
* **Alt+Select Knob**: Select the previous/next device.
* **Shift+Alt+Select Knob**: Select the previous/next parameter page.
* Press the **Select knob** to toggle the window of the current device.
* Press the **Alt+Select knob** to toggle the on/off state of the current device.
* Activate delete mode and press the **Select knob** to delete the currently selected device.

### Project/Track Parameters Mode (USER 2)
Expand Down Expand Up @@ -362,6 +363,7 @@ You can set several preferences which are stored when you exit the DAW. These ar
* New clip length: The length of a clip created with the New function.
* Knob Sensitivity Default: Negative values slow the knobs changes down, positive values speed them up.
* Knob Sensitivity Slow: Negative values slow the knobs changes down, positive values speed them up.
* Color all track states (mute, solo, rec arm): Since the difference of the colors between the on/off state is not that big, the color for the off-state can be switched off completely.

### Hardware Setup

Expand Down
12 changes: 12 additions & 0 deletions Bitwig/Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes - Bitwig Studio

**24.4.0**

* Requires Bitwig 5.2+
* New: Updated to JDK 21.
* Fire
* New: Added setting 'Color all track states (mute, solo, rec arm)' which allows to switch off the colors for the deactivated states in Mix mode.
* New: Press Alt+Select knob to toggle the on/off state of the current device.
* Generic Flexi
* New: Added setting for the length of a new clip.
* OXI One
* Fixed: Extension did crash in 24.3 (regression).

**24.3.0**

* Requires Bitwig 5.0+
Expand Down
1 change: 1 addition & 0 deletions Generic-Tools-Protocols/Generic-Flexi.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ If the connected device has a keyboard or pads, the following settings allow to
* Knob Speed Normal: Adjust the speed of the knobs.
* Knob Speed Slow: Adjust the speed of the knobs when used with Shift for fine adjustments. There is a function to define the Shift button available (*Global: Shift button*).
* Exclude deactivated items: If active, deactivated items like tracks will not be displayed on the controller. This cleans up the displayed banks but also prevents the options to activate a deactivated item from the controller.
* New clip length: The length of a clip created with the New function.

### Transport

Expand Down
2 changes: 1 addition & 1 deletion KnownIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For some limitations there are workarounds available:

* The Groove settings allow to dis-/enable the arrange swing grid and set the amount.
* **Browser**: A popup browser is available for devices and Reaper device presets. A browser window is simulated in Reaper. Filter columns of this browser can be hidden with the menu in the window. All filter columns for presets are hidden by default since they have no function. Preference settings for plugin types are applied from the settings in the Reaper browser as well as smart folders.
* **Clips**: Clips are track media items on the timeline. Triggering a clip starts the playback at the position of the media item start. There are no alternative launching options (ALT option in Bitwig).
* **Clips**: Clips are track media items on the timeline. Triggering a clip starts the playback at the position of the media item start. There are no alternative launching options (ALT option in Bitwig). A clip is indicated as playing when the play cursor is in the range of the region marker with the same index as the clip and playback is active. A slot is indicated as recording when the play cursor is in the range of the region marker with the same index as the slot and the track is armed.
* **Scenes**: Scenes are emulated by range markers. Starting the n-th Scene triggers playback from the start of the n-th range marker. *Creating a scene* is emulated by inserting a new region marker after the last region marker in the project (or at the beginning of the project if there is no region marker yet). The length is taken from the *new clip length* setting. *Duplicating a scene* is emulated by duplicating all clips in the time range of the region. The new clips are inserted after the current region (all other clips are moved back) and a new region is created for duplicated clips. *Creating scene from playing clips* is emulated by duplicating the the region which contains the edit cursor (if any). For smooth transitions between scene switches activate the option *Smooth Seeking (seeks at end of measure)* in the Options menu of Reaper. In Reapers' preference dialog in the *Audio* section there is a sub-section called *Seeking*. In its' setting page there is the option *Do not change playback position immediately when seeking (smooth seek)* which is identicial to the option in the Options menu. If enabled there is a refinement to choose to switch on measure or enable *Play to next project marker, ...*.
* **Project / Track Parameters**: Since Bitwig 5, user parameters are replaced by Project parameters. Furthermore, track remote parameters are introduced as well. On devices which support project remotes (previously User Parameters), these control the Master FX parameters in Reaper. If a Project Remotes mode is active and a new Track FX parameter is added, the user mode must be left and reentered to make the parameter work.
* **Crossfader**: On devices which support a crossfader it controls the 1st track FX parameter on the master track.
Expand Down
19 changes: 19 additions & 0 deletions Reaper/Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changes - Cockos Reaper

**24.4.0**

* Requires Reaper 7.22+
* Reaper specifics
* New: The horizontal scrolling in the arranger is now adaptive to the zoom factor! Furthermore, in slow-mode (normally if combined with the SHIFT button) snap to grid is ignored.
* New: Switched to getting available plugins from Reaper API instead of parsing configuration files.
* New: Several well known plug-ins are now categorized
* New: A plugin is now automatically selected when selected in Reaper but only if the track is selected (if the track would be auto-selected, it would get stuck and no other track could be selected. I tried it).
* New: A clip is now indicated as playing when the play cursor is in the range of the region marker with the same index as the clip and playback is active.
* New: A slot is now indicated as recording when the play cursor is in the range of the region marker with the same index as the slot and the track is armed.
* New: Updated to JDK 21.
* Fire
* New: Added setting 'Color all track states (mute, solo, rec arm)' which allows to switch off the colors for the deactivated states in Mix mode.
* New: Press Alt+Select knob to toggle the on/off state of the current device.
* MCU
* New: Improved setting of VU clipping state.
* OXI One
* Fixed: Extension did crash in 24.3 (regression).

**24.3.0**

* Requires Reaper 6.71+
Expand Down

0 comments on commit 2a83020

Please sign in to comment.