First mockup of audio looper (==)
I am trying to add an audio looper to play breakbeats. It works .. meh for now but I'm sure that it'll slowly get better!
This commit is contained in:
@ -7,3 +7,6 @@ c = currentEnvironment.clock;
|
||||
// Space for loading custom SynthDefs
|
||||
"Loading SynthDefs...".postln;
|
||||
"Synthdefs.scd".loadRelative;
|
||||
|
||||
// Debug during development
|
||||
// OSCFunc.trace(true);
|
||||
|
||||
Reference in New Issue
Block a user