otophiliaCmdRecoder


Usage


// start recorder

OtoCmdRecoder.start;



// execute some code

s.boot;

~a = {SinOsc.ar(330,0,0.3)};

~b = {SinOsc.ar(630,0,0.3)};

~a.play; ~b.play;

Server.freeAll;



// stop record

OtoCmdRecoder.stop;

'TheBoyAteAGirl'.postln;



// resume record

OtoCmdRecoder.resume;

'TheBoyCannotBecomeAGirl'.postln // ignore comment