Browse Source

Add WIP changelog for Rack 2.2.1.

tags/v2.2.1
Andrew Belt 1 year ago
parent
commit
904a4a79fb
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      CHANGELOG.md

+ 8
- 0
CHANGELOG.md View File

@@ -2,6 +2,14 @@

In this document, Ctrl means Cmd on Mac.

### 2.2.1 (in development)
- Add `CROSS_COMPILE` environment variable to specify target triplet for building plugins for non-native architectures.
- Accept `aarch64` in target triplet as alias for ARM64.
- Rack Pro
- Re-enable rtaudio and rtmidi in plugin adapters, so audio/MIDI devices can be used directly by Rack.
- Fix VST3 adapter not loading on Bitwig Linux and possibly other hosts, by providing VST3 as folder bundle instead of single file.
- Fix CLAP adapter not loading on Windows, by statically linking libgcc.

### 2.2.0 (2022-11-23)
- Add MIDI Loopback driver, allowing modules with MIDI ports to send MIDI messages to other modules.
- Improve fuzzy search in module browser.


Loading…
Cancel
Save