Supercollider synths for tidal cycles
Go to file
Gwen 76850b99b2
Add note on automatically loading the synthdefs
2023-03-25 09:26:34 -04:00
README.md Add note on automatically loading the synthdefs 2023-03-25 09:26:34 -04:00
bass.scd Added directive to server to load all Synthdefs 2023-03-13 22:55:21 -04:00
horn.scd Added directive to server to load all Synthdefs 2023-03-13 22:55:21 -04:00
thesaw.scd Added directive to server to load all Synthdefs 2023-03-13 22:55:21 -04:00
wubs.scd Added directive to server to load all Synthdefs 2023-03-13 22:55:21 -04:00

README.md

Gwen's Synthdefs

These are my supercollider synthdefs for use with Tidal Cycles.

Unless otherwise noted, all are my own creations.

In order to load these at server startup, add the following line to startup.scd:

// substitute the path to the directory if it is different on your PC
~dirt.loadSynthDefs("~/Prod/SynthDefs");