Daisy-Juce-Example
Daisy-Juce-Example copied to clipboard
Example of building an audio plugin using JUCE and DaisySP
This builds the Standalone and VST3 for me on Linux at least. It should close https://github.com/electro-smith/Daisy-Juce-Example/issues/2
I've had a go at building this on Linux. The standalone seems to build ok, but building VST3 with `make AudioPluginExample_VST3` I'm consistently running into errors along the lines of...
- this repo doesn't build as at least not on MacOS or Ubuntu 24.04 because of missing CMake entries in the DaisySP submodule - updating the submodule to the latest...