crucialfelix / crucial-library

SuperCollider music programming library.
17 stars 4 forks source link

PlayerMixer Help page doesn't work (version 4.1.6) #10

Open clfest opened 6 years ago

clfest commented 6 years ago

I am executing this on 3.9.2 on Linux

When I was going through the PlayerMixer Help page, down at the bottom the example is:

( Instr(\testSine,{arg freq=1000,mul=0.1; SinOsc.ar(freq,0,mul)}); a=PlayerMixer([     Patch(\testSine,[400,0.1]),     Patch(\testSine,[800,0.08]),     Patch(\testSine,[1600,0.06]) ]); )

a.play;

a.addPlayer(Patch(\testSine,[2000,0.2]));

At this line the POST is:

-> a PlayerMixer *** ERROR: SynthDef testSine#BQj350 not found FAILURE IN SERVER /s_new SynthDef not found

and the sound is not what I expected, most certainly wrong

          Thank You For Your Attention