You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-> 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.
The text was updated successfully, but these errors were encountered:
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?
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.
-> 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.
The text was updated successfully, but these errors were encountered: