juce-react-plugin-example
README
juce-react-plugin-example
Developing a JUCE plugin with React.js.
Requirements
Getting Started
Installing Dependencies
yarn install
Developing the Plugins
yarn start
This will run the React app in the development mode and run the standalone plugin in debug mode:
Building the Plugins
yarn build
This will build the React app and the plugin for release. The resulting static web files of the React app will be copied into the plugin's internal directory.
Audio Routing
To send audio signal to the standalone plugin from other than microphone (like audio files or etc.), consider using the virtual audio devices like:
