de.sciss.synth

Server

object Server

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

Type Members

  1. sealed abstract class Condition extends AnyRef

  2. final class Config extends ConfigLike

  3. final class ConfigBuilder extends ConfigLike

  4. trait ConfigLike extends AnyRef

    The base trait for Config and ConfigBuilder describes the settings used to boot scsynth in realtime or non-realtime mode, as well as its server address and port.

  5. case class Counts(c: StatusReplyMessage) extends Product with Serializable

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. object Config

  7. object Offline extends Condition with Product with Serializable

  8. object Running extends Condition with Product with Serializable

  9. def allocPort(transport: Transport): Int

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def boot(name: String = "localhost", config: Config = Config().build, clientConfig: Client.Config = Client.Config().build)(listener: Listener = Model.EmptyListener): ServerConnection

    Annotations
    @throws( classOf[ IOException ] )
  12. def boot: ServerConnection

    Annotations
    @throws( classOf[ IOException ] )
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def connect(name: String = "localhost", config: Config = Config().build, clientConfig: Client.Config = Client.Config().build)(listener: Listener = Model.EmptyListener): ServerConnection

    Annotations
    @throws( classOf[ IOException ] )
  15. def connect: ServerConnection

    Annotations
    @throws( classOf[ IOException ] )
  16. var default: Server

  17. implicit def defaultGroup(s: Server): Group

  18. def defaultProgramPath: String

    The default file path to scsynth.

    The default file path to scsynth. If the runtime (system) property "SC_HOME" is provided, this specifies the directory of scsynth. Otherwise, an environment (shell) variable named "SC_HOME" is checked. If neither exists, this returns scsynth in the current working directory.

  19. def dummy(name: String = "dummy", config: Config = Config().build, clientConfig: Client.Config = Client.Config().build): Server

    Creates an unconnected server proxy.

    Creates an unconnected server proxy. This may be useful for creating NRT command files. Any attempt to try to send messages to the server will fail.

    Annotations
    @throws( classOf[ IOException ] )
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. def printError(name: String, t: Throwable): Unit

  30. def run(config: Config = Config().build)(code: (Server) ⇒ Unit): Unit

    Utility method to test code quickly with a running server.

    Utility method to test code quickly with a running server. This boots a server and executes the passed in code when the server is up. A shutdown hook is registered to make sure the server is destroyed when the VM exits.

  31. def run(code: (Server) ⇒ Unit): Unit

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped