aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/functions.scd
Commit message (Collapse)AuthorAgeFilesLines
* .config/SuperCollider/functions.scd: Setting default gain of SSR sources to ↵David Runge2019-03-041-1/+21
| | | | 1.0 (because usually one uses something else to mix). Adding helper function to bind eight control channels of a MIDI device to a given ZZZES3 instance, to set clocks.
* .config/SuperCollider/functions.scd: Minor style fixes and adding of a ↵David Runge2019-03-031-4/+47
| | | | convenience function for MIDI, to map to a given Bus.
* .config/SuperCollider/functions.scd: Adding SSR specific helper functions. ↵David Runge2019-03-031-2/+73
| | | | Adding TODOs.
* .config/SuperCollider/functions.scd: Adding simple helper functions to ↵David Runge2019-03-031-0/+58
connect/disconnect JACK clients by name:port_name. Adding function to add additional channels (above hardware in and outputs), which automatically increments Server.local.options.num{In,Out}putBuschannels.