Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supercollider errors #234

Open
ovitus opened this issue Aug 13, 2020 · 2 comments
Open

Supercollider errors #234

ovitus opened this issue Aug 13, 2020 · 2 comments

Comments

@ovitus
Copy link

ovitus commented Aug 13, 2020

-> FoxDot
Booting server 'localhost' on address 127.0.0.1:57110.
Found 0 LADSPA plugins
JackDriver: client name is 'SuperCollider'
SC_AudioDriver: sample rate = 44100.000000, driver's block size = 2048
SuperCollider 3 server ready.
Requested notification messages from server 'localhost'
localhost: server process's maxLogins (1) matches with my options.
localhost: keeping clientID (0) as confirmed by server process.
exception in GraphDef_Recv: exceeded number of interconnect buffers.
WARNING: SynthDef superfm too big for sending. Retrying via synthdef file
Shared memory server interface initialized

In particular these:
exception in GraphDef_Recv: exceeded number of interconnect buffers.
WARNING: SynthDef superfm too big for sending. Retrying via synthdef file

I can't play the superfm synth and not sure what the "exception in GraphDef_Recv" is about.

@Qirky
Copy link
Owner

Qirky commented Aug 19, 2020

Unfortunately this is a SuperCollider issue so you might be better off raising an issue on the GitHub there. A quick google of the error returned this page which suggests increasing the server.options.numWireBufs from 64 to, say, 128. You could look at doing this in the FoxDot.sc file in the SuperCollider quark so it does this automatically when running FoxDot.start maybe?

@ovitus
Copy link
Author

ovitus commented Aug 26, 2020

Setting numWireBufs to 128 got rid of the "exception in GraphDef_Recv" error, but I still can't play with the superfm synth. I'll ask the SuperCollider people. Thanks for building this awesome live coding language, really digging it so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants