The default number of audio buffers is 1024
(scsynth default)
The default number of audio buffers is 1024
(scsynth default)
The default number of audio bus channels is 128
(scsynth default)
The default number of audio bus channels is 128
(scsynth default)
The default calculation block size is 64
(scsynth default)
The default calculation block size is 64
(scsynth default)
The default number of control bus channels is 4096
(scsynth default)
The default number of control bus channels is 4096
(scsynth default)
(Realtime) An option denoting the name of the sound card to use.
(Realtime) An option denoting the name of the sound card to use. On systems which distinguish
input and output devices (OS X), this implies that both are the same. Otherwise, you can
use the deviceNames
method instead.
deviceNames
(Realtime) An option denoting the name of the input and output sound device to use.
(Realtime) An option denoting the name of the input and output sound device to use. This is for
systems which distinguish input and output devices (OS X). If you use a single device both for
input and output (applies to most professional audio interfaces), you can simply use the
single string method deviceName
.
deviceName
(Realtime) The default setting for hardware block size is 0
(meaning that
scsynth uses the hardware's current block size; scsynth default)
(Realtime) The default setting for hardware block size is 0
(meaning that
scsynth uses the hardware's current block size; scsynth default)
(Realtime) The default host name is 127.0.0.1
(Realtime) The default host name is 127.0.0.1
(Realtime) The default number of input bus channels is 8
(scsynth default)
(Realtime) The default number of input bus channels is 8
(scsynth default)
(Realtime) The default settings for enabled input streams is None
(Realtime) The default settings for enabled input streams is None
A utility method providing the audio bus offset for the start of the internal channels.
A utility method providing the audio bus offset for the start of
the internal channels. (simply the sum of outputBusChannels
and inputBusChannels
).
Checks if the currently set host
is located on the local machine.
The default setting for loading synth defs is false
(this is not the scsynth default!)
The default setting for loading synth defs is false
(this is not the scsynth default!)
The default settings for mach port name is None
(scsynth default)
The default settings for mach port name is None
(scsynth default)
(Realtime) The maximum number of TCP clients is 64
(scsynth default)
(Realtime) The maximum number of TCP clients is 64
(scsynth default)
The default maximum number of nodes is 1024
(scsynth default)
The default maximum number of nodes is 1024
(scsynth default)
The default maximum number of synth defs is 1024
(scsynth default)
The default maximum number of synth defs is 1024
(scsynth default)
The default memory size is 65536
(64 KB) (higher than scsynth's default of 8 KB)
The default memory size is 65536
(64 KB) (higher than scsynth's default of 8 KB)
(Non-Realtime) Path to the binary OSC file.
(Non-Realtime) Path to the binary OSC file.
(Non-Realtime) Audio file format for writing the output.
(Non-Realtime) Audio file format for writing the output.
(Non-Realtime) Path to the audio input file used as audio input bus supplement.
(Non-Realtime) Path to the audio input file used as audio input bus supplement.
(Non-Realtime) Path to the audio output file used as audio output bus supplement.
(Non-Realtime) Path to the audio output file used as audio output bus supplement.
(Non-Realtime) Audio sample format for writing the output.
(Non-Realtime) Audio sample format for writing the output.
The default number of output bus channels is 8
(scsynth default)
The default number of output bus channels is 8
(scsynth default)
(Realtime) The default settings for enabled output streams is None
(Realtime) The default settings for enabled output streams is None
Picks and assigns a random free port for the server.
Picks and assigns a random free port for the server. This implies that the server will be running on the local machine.
As a result, this method will change this config builder's port
value.
The caller must ensure that the host
and transport
fields have been
decided on before calling this method. Later changes of either of these
will render the result invalid.
This method will fail with runtime exception if the host is not local.
The default setting for plugin path redirection is Nil
(use standard paths; scsynth default)
The default setting for plugin path redirection is Nil
(use standard paths; scsynth default)
(Realtime) The default port is 57110
.
(Realtime) The default port is 57110
.
The default program
is read from defaultProgram
The default program
is read from defaultProgram
de.sciss.synth.Server#defaultProgramPath
The default number of random number generators is 64
(scsynth default)
The default number of random number generators is 64
(scsynth default)
The default setting for restricting file access is None
(scsynth default)
The default setting for restricting file access is None
(scsynth default)
The default sample rate is 0
(meaning that it is adjusted to
the sound card's current rate; scsynth default)
The default sample rate is 0
(meaning that it is adjusted to
the sound card's current rate; scsynth default)
(Realtime) The default TCP session password is None
(Realtime) The default TCP session password is None
Produces a command line for booting scsynth in non-realtime mode.
Produces a command line for booting scsynth in non-realtime mode.
Produces a command line for booting scsynth in realtime mode.
Produces a command line for booting scsynth in realtime mode.
(Realtime) The default transport is UDP
.
(Realtime) The default transport is UDP
.
The default verbosity level is 0
(scsynth default)
The default verbosity level is 0
(scsynth default)
The default number of wire buffers is 256
(higher than scsynth's default of 64
).
The default number of wire buffers is 256
(higher than scsynth's default of 64
).
(Realtime) The default setting for zero-conf is false
(other than
scsynth's default which is true
)
(Realtime) The default setting for zero-conf is false
(other than
scsynth's default which is true
)
de.sciss.synth.Server.ConfigLike
de.sciss.synth.Server.Config