de.sciss.synth.Server

ConfigBuilder

final class ConfigBuilder extends ConfigLike

See also

de.sciss.synth.Server.ConfigLike

de.sciss.synth.Server.Config

Linear Supertypes
ConfigLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigBuilder
  2. ConfigLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. var audioBuffers: Int

    The default number of audio buffers is 1024 (scsynth default)

    The default number of audio buffers is 1024 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  8. var audioBusChannels: Int

    The default number of audio bus channels is 128 (scsynth default)

    The default number of audio bus channels is 128 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  9. var blockSize: Int

    The default calculation block size is 64 (scsynth default)

    The default calculation block size is 64 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  10. def build: Config

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. var controlBusChannels: Int

    The default number of control bus channels is 4096 (scsynth default)

    The default number of control bus channels is 4096 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  13. def deviceName: Option[String]

    (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.

    Definition Classes
    ConfigBuilderConfigLike
    See also

    deviceNames

  14. def deviceName_=(value: Option[String]): Unit

  15. def deviceNames: Option[(String, String)]

    (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.

    Definition Classes
    ConfigBuilderConfigLike
    See also

    deviceName

  16. def deviceNames_=(value: Option[(String, String)]): Unit

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. var hardwareBlockSize: Int

    (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)

    Definition Classes
    ConfigBuilderConfigLike
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. var host: String

    (Realtime) The default host name is 127.0.0.1

    (Realtime) The default host name is 127.0.0.1

    Definition Classes
    ConfigBuilderConfigLike
  24. var inputBusChannels: Int

    (Realtime) The default number of input bus channels is 8 (scsynth default)

    (Realtime) The default number of input bus channels is 8 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  25. var inputStreamsEnabled: Option[String]

    (Realtime) The default settings for enabled input streams is None

    (Realtime) The default settings for enabled input streams is None

    Definition Classes
    ConfigBuilderConfigLike
  26. final def internalBusIndex: Int

    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).

    Definition Classes
    ConfigLike
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isLocal: Boolean

    Checks if the currently set host is located on the local machine.

  29. var loadSynthDefs: Boolean

    The default setting for loading synth defs is true (scsynth default)

    The default setting for loading synth defs is true (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  30. var machPortName: Option[(String, String)]

    The default settings for mach port name is None (scsynth default)

    The default settings for mach port name is None (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  31. var maxLogins: Int

    (Realtime) The maximum number of TCP clients is 64 (scsynth default)

    (Realtime) The maximum number of TCP clients is 64 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  32. var maxNodes: Int

    The default maximum number of nodes is 1024 (scsynth default)

    The default maximum number of nodes is 1024 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  33. var maxSynthDefs: Int

    The default maximum number of synth defs is 1024 (scsynth default)

    The default maximum number of synth defs is 1024 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  34. var memorySize: Int

    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)

    Definition Classes
    ConfigBuilderConfigLike
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. var nrtCommandPath: String

    (Non-Realtime) Path to the binary OSC file.

    (Non-Realtime) Path to the binary OSC file.

    Definition Classes
    ConfigBuilderConfigLike
  39. var nrtHeaderFormat: AudioFileType

    (Non-Realtime) Audio file format for writing the output.

    (Non-Realtime) Audio file format for writing the output.

    Definition Classes
    ConfigBuilderConfigLike
  40. var nrtInputPath: Option[String]

    (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.

    Definition Classes
    ConfigBuilderConfigLike
  41. var nrtOutputPath: String

    (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.

    Definition Classes
    ConfigBuilderConfigLike
  42. var nrtSampleFormat: SampleFormat

    (Non-Realtime) Audio sample format for writing the output.

    (Non-Realtime) Audio sample format for writing the output.

    Definition Classes
    ConfigBuilderConfigLike
  43. var outputBusChannels: Int

    The default number of output bus channels is 8 (scsynth default)

    The default number of output bus channels is 8 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  44. var outputStreamsEnabled: Option[String]

    (Realtime) The default settings for enabled output streams is None

    (Realtime) The default settings for enabled output streams is None

    Definition Classes
    ConfigBuilderConfigLike
  45. def pickPort(): Unit

    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.

  46. var plugInsPaths: List[String]

    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)

    Definition Classes
    ConfigBuilderConfigLike
  47. var port: Int

    (Realtime) The default port is 57110.

    (Realtime) The default port is 57110.

    Definition Classes
    ConfigBuilderConfigLike
  48. var programPath: String

    The default programPath is read from defaultProgramPath

    The default programPath is read from defaultProgramPath

    Definition Classes
    ConfigBuilderConfigLike
    See also

    de.sciss.synth.Server#defaultProgramPath

  49. var randomSeeds: Int

    The default number of random number generators is 64 (scsynth default)

    The default number of random number generators is 64 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  50. var restrictedPath: Option[String]

    The default setting for restricting file access is None (scsynth default)

    The default setting for restricting file access is None (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  51. var sampleRate: Int

    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)

    Definition Classes
    ConfigBuilderConfigLike
  52. var sessionPassword: Option[String]

    (Realtime) The default TCP session password is None

    (Realtime) The default TCP session password is None

    Definition Classes
    ConfigBuilderConfigLike
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. 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.

    Definition Classes
    ConfigLike
  55. 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.

    Definition Classes
    ConfigLike
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. var transport: Net

    (Realtime) The default transport is UDP.

    (Realtime) The default transport is UDP.

    Definition Classes
    ConfigBuilderConfigLike
  58. var verbosity: Int

    The default verbosity level is 0 (scsynth default)

    The default verbosity level is 0 (scsynth default)

    Definition Classes
    ConfigBuilderConfigLike
  59. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  60. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  61. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  62. var wireBuffers: Int

    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).

    Definition Classes
    ConfigBuilderConfigLike
  63. var zeroConf: Boolean

    (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)

    Definition Classes
    ConfigBuilderConfigLike

Inherited from ConfigLike

Inherited from AnyRef

Inherited from Any

Ungrouped