Config

final class Config extends ConfigLike
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

final def internalBusIndex: Int

A utility method providing the audio bus offset for the start of the internal channels. (simply the sum of outputBusChannels and inputBusChannels).

A utility method providing the audio bus offset for the start of the internal channels. (simply the sum of outputBusChannels and inputBusChannels).

Inherited from
ConfigLike
final def toNonRealtimeArgs: List[String]

Produces a command line for booting scsynth in non-realtime mode.

Produces a command line for booting scsynth in non-realtime mode.

Inherited from
ConfigLike
final def toRealtimeArgs: List[String]

Produces a command line for booting scsynth in realtime mode.

Produces a command line for booting scsynth in realtime mode.

Inherited from
ConfigLike

Concrete fields

val audioBuffers: Int
val blockSize: Int
val deviceName: Option[String]
val deviceNames: Option[(String, String)]
val host: String
val inputStreamsEnabled: Option[String]
val loadSynthDefs: Boolean
val machPortName: Option[(String, String)]
val maxLogins: Int
val maxNodes: Int
val maxSynthDefs: Int
val memorySize: Int
val nrtCommandPath: String
val nrtHeaderFormat: AudioFileType
val nrtInputPath: Option[String]
val nrtOutputPath: String
val nrtSampleFormat: SampleFormat
val outputStreamsEnabled: Option[String]
val plugInsPaths: List[String]
val port: Int
val program: String
val randomSeeds: Int
val restrictedPath: Option[String]
val sampleRate: Int
val sessionPassword: Option[String]
val transport: Transport
val verbosity: Int
val wireBuffers: Int
val zeroConf: Boolean