Rnbo.example.supercollider
An example of using RNBO exports in SuperCollider UGens
Install / Use
/learn @Cycling74/Rnbo.example.supercolliderREADME
RNBO SuperCollider UGen Example
Build the example
- Clone this repository
- Pull in
supercollidergit submodule:git submodule update --init --recursive - Open the example RNBO patch (
example/RNBOSaw.maxpat) and export the RNBO patch tornbo-exportin your copy of this repository.- NOTE make sure that your export name is
rnbo_source.cpp
- NOTE make sure that your export name is
- Configure the CMake build:
mkdir build && cd build && cmake .. - Build (from
/build):cmake --build . - The new
*.scxfile should now be available from the/builddirectory.
