Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioz committed Jan 12, 2025
1 parent 16f6b7b commit 5338dad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -53,19 +53,19 @@ 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
uses: actions/[email protected]
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]
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5338dad

Please sign in to comment.