Skip to content

Commit

Permalink
set default server-options by documents on 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
byulparan committed Jul 18, 2018
1 parent ebfa3c0 commit fff59ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server-options.lisp
Expand Up @@ -3,10 +3,10 @@
(defvar *sc-plugin-paths*)

(defstruct server-options
(num-control-bus 4096)
(num-audio-bus 128)
(num-input-bus 8)
(num-output-bus 8)
(num-control-bus 16384)
(num-audio-bus 1024)
(num-input-bus 2)
(num-output-bus 2)
(block-size 64)
(hardware-buffer-size 0)
(hardware-samplerate 0)
Expand All @@ -18,7 +18,7 @@
(num-random-seeds 64)
(load-synthdefs-p 1)
(publish-to-rendezvous-p 1)
(max-logins 64)
(max-logins 1)
(verbosity 0)
(ugen-plugins-path (mapcar #'full-pathname *sc-plugin-paths*)))

Expand Down

0 comments on commit fff59ac

Please sign in to comment.