Skip to content

Instantly share code, notes, and snippets.

@samOrbs
samOrbs / yves
Created March 19, 2017 19:14
yves*Pi
sam = "/Users/SamuelOrbyConran/Music/samps/eoe/"
sams = "/Users/SamuelOrbyConran/Music/samps/ripped/"
def evFour
use_random_seed 101
yield (ring 1,1,1,5).shuffle.stretch(32).tick
end
def yaaas
use_random_seed 101
@samOrbs
samOrbs / Xfm
Created January 24, 2017 21:58
SuperCollider CV control
o = Server.local.options;
o.device = "ES-8";
o.device = nil;
o.numOutputBusChannels = 8;
o.numOutputBusChannels.postln;
(
a = TempoClock.new(4);
SynthDef("vco1", { | chanone=0, freq=0, gate=1, sus= 1,ar=0.01, dr=0.01|