I am new to FoxDot and SuperCollider. I downloaded and installed both of them. However, when I run the following code: p1 >> pluck()
I get this constant error from SuperCollider:
*** ERROR: SynthDef startSound not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef pluck not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef makeSound not found
FAILURE IN SERVER /s_new SynthDef not found
It looks like you didn’t start FoxDot.start in SuperCollider before.
Also did you install the Foxdot quarks in Supercollider ?
Finally, be sure to follow these steps :
reboot your computer
launch supercollider
evaluate FoxDot.start in SuperCollider
wait for server to boot (the white font on the bottom of the window changed to yellow then green)
run foxdot (in supercollider, you should see all synth and fx load)
It looks like SuperCollider isn’t starting up the FoxDot listening function properly - this happens sometimes and the best bet is just restart your computer to give all the internal ports etc a clean start. Let me know if that helps or not.
Looks like it might be similar issues to those found in this thread. It seems that either FoxDot isn’t sending over the load information on port 57110 or SuperCollider isn’t listening for it - so needs some investigating as to why. Can you reply in that thread with your versions of operating system, SuperCollider, Python, and FoxDot. Thanks
I just checked and it appears that my similar issue is solved now several days after my post,
It works like a charm!!
I guess rebooting was needed.
Also a big thanks to you RYAN for all what you’ve been giving into this wonderful personal project.
GOOO FoxDot!!