OscNode

sealed
trait OscNode extends Control
Companion
object
trait Control
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type Repr[T <: Txn[T]] <: IControl[T]
Inherited from
Control

Value members

Abstract methods

def received: Trig

Concrete methods

def codec: Ex[String]

Describes the OSC tags supported. Possible values: "1.0" (OSC specification 1.0), "1.1" (OSC specification 1.1), "1.0d" (OSC 1.0 plus double precision), "1.1d" (OSC 1.1 plus double precision). The codec is always applied bidirectionally for sending and receiving packets.

Describes the OSC tags supported. Possible values: "1.0" (OSC specification 1.0), "1.1" (OSC specification 1.1), "1.0d" (OSC 1.0 plus double precision), "1.1d" (OSC 1.1 plus double precision). The codec is always applied bidirectionally for sending and receiving packets.

def codec_=(x: Ex[String]): Unit
def dump: Ex[Int]

Possible values: 0 (off), 1 (text), 2 (hex), 3 (both). The dump mode affects both incoming and outgoing packets.

Possible values: 0 (off), 1 (text), 2 (hex), 3 (both). The dump mode affects both incoming and outgoing packets.

def dump_=(x: Ex[Int]): Unit
def select(name: Ex[String], args: CaseDef[_]*): Trig

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
final
def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
protected
def mkRepr[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from
Lazy
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product
final
def token: AnyRef
Inherited from
Control

Inherited fields

@transient
final protected
val ref: Object
Inherited from
Lazy