c

de.sciss.synth.message

UGenCommand

final case class UGenCommand(nodeId: Int, ugenIdx: Int, command: String, rest: Any*) extends Message with SyncCmd with Product with Serializable

The /u_cmd message allows one to send UGen specific commands.

Linear Supertypes
Serializable, Product, Equals, SyncCmd, SyncSend, Send, ServerMessage, Message, Packet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UGenCommand
  2. Serializable
  3. Product
  4. Equals
  5. SyncCmd
  6. SyncSend
  7. Send
  8. ServerMessage
  9. Message
  10. Packet
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UGenCommand(nodeId: Int, ugenIdx: Int, command: String, rest: Any*)

Value Members

  1. val args: Any*
    Definition Classes
    Message
  2. val command: String
  3. def copy(nodeId: Int = nodeId, ugenIdx: Int = ugenIdx, command: String = command, rest: Seq[Any] = rest): UGenCommand
  4. def encode(c: PacketCodec, b: ByteBuffer): Unit
    Definition Classes
    MessagePacket
  5. def encodedSize(c: PacketCodec): Int
    Definition Classes
    MessagePacket
  6. def equals(other: Any): Boolean
    Definition Classes
    Message → AnyRef → Any
  7. def hashCode(): Int
    Definition Classes
    Message → AnyRef → Any
  8. final def isSynchronous: Boolean
    Definition Classes
    SyncSendSend
  9. val name: String
    Definition Classes
    MessagePacket
  10. val nodeId: Int
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. val rest: Any*
  13. def toString(): String
    Definition Classes
    Message → AnyRef → Any
  14. val ugenIdx: Int