acarabott / signalflow-juce

Integrating signalflow into a JUCE plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

signalflow JUCE

Integrating signalflow into a JUCE plugin.

Build

  1. Install CMake (e.g. brew install cmake on mac), see CMake.

  2. Clone the repo and submodules

git clone --recurse-submodules git@github.com:acarabott/signalflow-juce.git
  1. Build the project. e.g. to build an Xcode project do
cd signalflow-juce
cmake -G Xcode . -B ./build-xcode
  1. Build and run the project

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

About

Integrating signalflow into a JUCE plugin

License:MIT License


Languages

Language:CMake 56.4%Language:C++ 43.6%