madskjeldgaard / KModules

A synth library including factory functions for creating and managing synths
GNU General Public License v3.0
5 stars 1 forks source link
supercollider-quark

KModules

This project has been abandoned in favour of Sleet

A synth library including tedious factory functions for creating and managing synths

It takes files containing synth functions and manages them, ie makes SynthDefs and adds them to the system, makes a dictionary for usage with Ctk and a library of functions useful for Ndef filters.

This quark is partly inspired by the way SuperDirt handles this kind of task.

Note, this is strictly made according to my preferences so may not be very useful for other people but go ahead and try!

Also: it's a work in progress :)

Installation

In SuperCollider, evaluate the following code to install it as a quark: Quarks.install("https://github.com/madskjeldgaard/KModules.git");