Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 829 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 829 Bytes

MapperUGen

A SuperCollider UGen for using libmapper

Installation

  • Install SuperCollider
  • Build and install libmapper
  • Unzip MapperUGen.zip from releases into SuperCollider extensions folder (Platform.userExtensionDir)

Compile from source

GNU/Linux

git clone https://github.com/mathiasbredholt/MapperUGen.git
cd MapperUGen
mkdir build && cd build
cmake -DSUPERNOVA=ON ..
cmake --build . --target install

macOS/Windows

git clone --recursive https://github.com/mathiasbredholt/MapperUGen.git
cd MapperUGen
mkdir build && cd build
cmake -DSUPERNOVA=ON ..
cmake --build . --target install