Browse Source

Merge branch 'v2' of github.com:VCVRack/Rack-private into v2

tags/v2.2.0
Andrew Belt 1 year ago
parent
commit
29f403eceb
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      CHANGELOG.md

+ 12
- 0
CHANGELOG.md View File

@@ -2,6 +2,18 @@

In this document, Ctrl means Cmd on Mac.

### 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 modular browser.
- Allow building on arm64 CPUs.
- Rename plugin packages to SLUG-VERSION-OS-CPU.vcvplugin.
- Rack Pro
- Add VST3, Audio Unit, and CLAP plugin adapters.
- Add framerate setting to plugins.
- API
- Add `system::sleep()`.
- Make `random::get()`, `uniform()`, etc use global random state instead of thread-local.

### 2.1.2 (2022-07-04)
- Add old module moving behavior (nearest and force-moving), available by disabling "View > Auto-squeeze algorithm".
- Reorganized View menu.


Loading…
Cancel
Save