Skip to content

Commit 58874b8

Browse files
authored
Merge pull request #189 from musikinformatik/topic-numWireBufs
Add numWireBufs
2 parents 8f29e44 + 89b61d3 commit 58874b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

superdirt_startup.scd

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ s.reboot { // server options are only updated on reboot
1010
// see http://doc.sccode.org/Classes/ServerOptions.html
1111
s.options.numBuffers = 1024 * 256; // increase this if you need to load more samples
1212
s.options.memSize = 8192 * 32; // increase this if you get "alloc failed" messages
13+
s.options.numWireBufs = 64; // increase this if you get "exceeded number of interconnect buffers" messages
1314
s.options.maxNodes = 1024 * 32; // increase this if you are getting drop outs and the message "too many nodes"
1415
s.options.numOutputBusChannels = 2; // set this to your hardware output channel size, if necessary
1516
s.options.numInputBusChannels = 2; // set this to your hardware output channel size, if necessary

0 commit comments

Comments
 (0)