From 5338dade9ca159c1147246ab1a6d1f6dba862a00 Mon Sep 17 00:00:00 2001 From: Giulio Zausa Date: Sun, 12 Jan 2025 19:34:23 +0100 Subject: [PATCH] Fixes --- .github/workflows/main.yml | 16 ++++++++-------- README.md | 11 +++++++++++ 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a6b039..de452df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,8 +30,8 @@ jobs: with: name: RdPiano-win path: | - ./rdpiano_juce/Builds/VisualStudio2022/x64/Release/VST3/RdPiano.vst3 - ./rdpiano_juce/Builds/VisualStudio2022/x64/Release/Standalone Plugin/RdPiano.exe + ./rdpiano_juce/Builds/VisualStudio2022/x64/Release/VST3/rdpiano_juce.vst3 + ./rdpiano_juce/Builds/VisualStudio2022/x64/Release/Standalone Plugin/rdpiano_juce.exe build-osx: runs-on: macos-13 steps: @@ -53,9 +53,9 @@ jobs: - name: "zip macOS" run: | cd ./rdpiano_juce/Builds/MacOSX/build/Release/ - zip -r RdPiano.vst3.macOS.zip RdPiano.vst3 - zip -r RdPiano.component.macOS.zip RdPiano.component - zip -r RdPiano.app.macOS.zip RdPiano.app + zip -r rdpiano_juce.vst3.macOS.zip rdpiano_juce.vst3 + zip -r rdpiano_juce.component.macOS.zip rdpiano_juce.component + zip -r rdpiano_juce.app.macOS.zip rdpiano_juce.app cd - shell: bash - name: Upload Artifact @@ -63,9 +63,9 @@ jobs: with: name: RdPiano-osx path: | - ./rdpiano_juce/Builds/MacOSX/build/Release/RdPiano.vst3.macOS.zip - ./rdpiano_juce/Builds/MacOSX/build/Release/RdPiano.component.macOS.zip - ./rdpiano_juce/Builds/MacOSX/build/Release/RdPiano.app.macOS.zip + ./rdpiano_juce/Builds/MacOSX/build/Release/rdpiano_juce.vst3.macOS.zip + ./rdpiano_juce/Builds/MacOSX/build/Release/rdpiano_juce.component.macOS.zip + ./rdpiano_juce/Builds/MacOSX/build/Release/rdpiano_juce.app.macOS.zip release: name: "Release" needs: [build-win, build-osx] diff --git a/README.md b/README.md index 4edfe26..956952b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ RdPiano accurately emulates SA-synthesis digital pianos, such as the Roland MKS-20, RD1000 and the Rhodes MK-80 electric piano. It simulates the CPU-B board reused in different models, emulating the CPU and the custom chips. The emulation of the custom chips is derived from silicon analysis. +## Plugin downloads + +## Downloads + +- [MacOS AU](https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.component.macOS.zip) +- [MacOS VSTi](https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.vst3.macOS.zip) +- [MacOS Standalone](https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.app.macOS.zip) +- [Windows VSTi](https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.vst3) +- [Windows Standalone](https://github.com/giulioz/rdpiano/releases/download/latest/rdpiano_juce.exe) + + ## Content - **rdpiano_juce**: a plugin (VSTi/AU) version of the emulator, to be used with DAWs