package
synth
Value Members
-
def
action[T](action: (T) ⇒ Unit): Completion[T]
-
def
action[T](action: ⇒ Unit): Completion[T]
-
def
complete[T](msg: (T) ⇒ Packet, action: (T) ⇒ Unit): Completion[T]
-
def
complete[T](msg: ⇒ Packet, action: (T) ⇒ Unit): Completion[T]
-
def
complete[T](msg: (T) ⇒ Packet, action: ⇒ Unit): Completion[T]
-
def
complete[T](msg: ⇒ Packet, action: ⇒ Unit): Completion[T]
-
implicit
def
doubleToGE(d: Double): Constant
-
implicit
def
doubleWrapper(d: Double): RichDouble
-
-
implicit
def
floatToGE(f: Float): Constant
-
implicit
def
floatWrapper(f: Float): RichFloat
-
val
inf: Float
-
implicit
def
intToGE(i: Int): Constant
-
implicit
def
intWrapper(i: Int): RichInt
-
def
message[T](msg: (T) ⇒ Packet): Completion[T]
-
def
message[T](msg: ⇒ Packet): Completion[T]
-
implicit
def
messageToOption(msg: Packet): Option[Packet]
-
def
play[T](target: Node, outBus: Int, fadeTime: Option[Float], addAction: AddAction)(thunk: ⇒ T)(implicit arg0: Result[T]): Synth
-
def
play[T](thunk: ⇒ T)(implicit arg0: Result[T]): Synth
-
-
implicit
def
stringToControlProxyFactory(name: String): ControlProxyFactory