Move utility bits up top, make valid whoooops

This commit is contained in:
Dan Buch 2015-10-22 09:55:37 -04:00
parent 3dc68aef05
commit c8eff8a629

View File

@ -1,3 +1,15 @@
(
s.boot;
)
(
s.quit;
)
(
s.scope;
)
( (
{ {
var pitchOsc; var pitchOsc;
@ -231,15 +243,3 @@
x.free; x.free;
}).play; }).play;
) )
(
s.scope;
)
(
s.boot;
)
(
s.kill;
)