Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.1.8 6 June 2025

- Removed the previous horizontal fader-based TouchOSC preset from the repository. The "Pylades vx.x.x.tosc" file is now the knob-based TouchOSC layout.
- I always intended to remove the horizontal fader - based layout, I think the knob layout with its vertical finger movements is more natural to use, especially when controlling 2+ parameters at the same time.
- Added custom module / rack mapping control page labels ("Set control page names" option)
- Use the updated Pylades v2.1.3.tosc TouchOSC file to see the new dynamic control page labels.
- The Electra One VCVRack preset has already been updated to support page names (v2.1.5)
- Ported [PackOne ScaledMapParam snapEnabled control improvement](https://github.com/stoermelder/vcvrack-packone/commit/3369bec1bf2eb6ba5878f382f76da704fb32829e)
- [MAP] Added control page names to MindMeld Mixers and AuxExpander module mappings
- [MAP] Mapped Cella plugin v2.9.0
- [MAP] Mapped MUS-X plugin v2.1.1
- NB: Set the "Mod Matrix" module's "Latch buttons" context option = true


## 2.1.7 16 May 2025

- [FIX] Prevent crash by replacing OscReceiver queue with a lock-free threadsafe dsp::RingBuffer
Expand Down Expand Up @@ -65,6 +79,7 @@
- [MAP] Mapped Instruō modules
- [MAP] Mapped Synthesizer.com modules
- [FIX] Load default preset library or factory library when added to rack

## 2.0.0-beta6 19 Oct 2024

- Implemented the Pylades module for VCV Rack control from any TouchOSC device
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RSBATech-Modules

<!-- Version and License Badges -->
![Version](https://img.shields.io/badge/version-2.1.7-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-2.1.8-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-GPLv3+-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "RSBATechModules",
"name": "RSBATech Modules",
"version": "2.1.7",
"version": "2.1.8",
"license": "GPL-3.0-or-later",
"brand": "RSBATech",
"author": "Richard Smith",
Expand Down
Loading