Silly whitespace

This commit is contained in:
Dan Buch 2015-10-24 13:03:07 -04:00
parent 5f7cd27d9f
commit 2ba1bb8309

View File

@ -102,13 +102,13 @@
}.plot; }.plot;
) )
( (
{ {
PinkNoise.ar(0.2) + SinOsc.ar(440, 0, 0.2) + Saw.ar(660, 0.2) PinkNoise.ar(0.2) + SinOsc.ar(440, 0, 0.2) + Saw.ar(660, 0.2)
}.plot(1); }.plot(1);
) )
( (
{ {
PinkNoise.ar(0.2) + SinOsc.ar(440, 0, 0.2) + Saw.ar(660, 0.2) PinkNoise.ar(0.2) + SinOsc.ar(440, 0, 0.2) + Saw.ar(660, 0.2)
}.scope; }.scope;