A SuperCollider UGen for using libmapper
- Install SuperCollider
- Build and install libmapper
- Unzip MapperUGen.zip from releases into SuperCollider extensions folder (Platform.userExtensionDir)
- Build and install libmapper
git clone https://github.com/mathiasbredholt/MapperUGen.git
cd MapperUGen
mkdir build && cd build
cmake -DSUPERNOVA=ON ..
cmake --build . --target install
git clone --recursive https://github.com/mathiasbredholt/MapperUGen.git
cd MapperUGen
mkdir build && cd build
cmake -DSUPERNOVA=ON ..
cmake --build . --target install