Skip to content
Open
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
3 changes: 2 additions & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
build-mac:
name: mac
needs: modify-plugin-version
runs-on: macos-latest
# Changed from using macos-latest because of this: https://community.vcvrack.com/t/plugin-build-suddenly-failing-but-only-on-mac-intel/24876
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.1.10 Unreleased

- Show In / Out prefix text on each MIDI Widget
- [FIX] Removed unused MIDI CTRL In widget
- [MAP] Mapped VostokInstruments v2.0.0
- [MAP] Updated Venom mappings to v2.13.2
- [MAP] Updated Venom Oscillations to v2.1.0 (Sofia's Daughter & Spice Factory)
- [MAP] Updated CV Funk mappings to v2.0.36
- [MAP] Mapped TeknoLogical v2.0.2
- [MAP] Updated Moffenzeef mappings to v2.3.0

## 2.1.9 22 Aug 2025

- [FIX] Clear/reset control page labels when starting a new module mapping
Expand Down
4 changes: 3 additions & 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.9-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-2.1.10-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 Expand Up @@ -98,6 +98,8 @@ The software within the src/ folder is licensed under GPL 3+ (see LICENSE for mo

The UI elements within the res/ folder are licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/). You may not distribute modified adaptations of these graphics.

Electra One image (c) 2019-2025 Electra One

## Acknowledgements

At least 80% of the code of Orestes-One was directly copied from the [MIDI-CAT MIDI controller module](https://library.vcvrack.com/Stoermelder-P1/MidiCat) which is part of the essential [stoermelder PackOne](https://github.com/stoermelder/vcvrack-packone) VCV Rack Plugin. I literally could not have created this plugin without it. The author has gracefully OK'd the use of the software in this plugin.
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.9",
"version": "2.1.10",
"license": "GPL-3.0-or-later",
"brand": "RSBATech",
"author": "Richard Smith",
Expand Down
Loading