Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

supertone-inc/juce-react-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published