1 // Win SC3-Complete Test file:
\r
4 // place the cursor in the line below and press [Ctrl+Enter]
\r
5 { SinOsc.ar(LFNoise0.kr([8, 12], 200, [300, 400]),0, 0.1) }.play;
\r
8 // Text editor features:
\r
9 Synth // select and try [Alt+j]
\r
11 Instr:play // try [Alt+j]
\r
12 defer // try [Alt+shift+y] to see references
\r