Skip to content

mathiasbredholt/MapperUGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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