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
- Host: GitHub
- URL: https://github.com/acarabott/signalflow-juce
- Owner: acarabott
- License: mit
- Created: 2022-08-13T01:22:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T05:26:28.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:30:02.934Z (3 months ago)
- Language: CMake
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.