An open API service indexing awesome lists of open source software.

https://github.com/acarabott/signalflow-juce

Integrating signalflow into a JUCE plugin
https://github.com/acarabott/signalflow-juce

Last synced: about 1 month ago
JSON representation

Integrating signalflow into a JUCE plugin

Awesome Lists containing this project

README

        

# signalflow JUCE

Integrating [signalflow](https://github.com/ideoforms/signalflow) into a [JUCE](https://github.com/juce-framework/JUCE) plugin.

## Build

1. Install CMake (e.g. `brew install cmake` on mac), see [CMake](https://cmake.org).

2. Clone the repo and submodules
```
git clone --recurse-submodules [email protected]:acarabott/signalflow-juce.git
```

2. Build the project. e.g. to build an Xcode project do
```
cd signalflow-juce
cmake -G Xcode . -B ./build-xcode
```

3. Build and run the project

You should get a "Hello World" window and a mono 440hz sine wave in the left channel.