Move utility bits up top, make valid whoooops
This commit is contained in:
parent
3dc68aef05
commit
c8eff8a629
@ -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;
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user