Synth

object Synth
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(server: Server, graph: SynthGraph, nameHint: Option[String])(implicit tx: RT): Synth
def expanded(server: Server, graph: UGenGraph, nameHint: Option[String])(implicit tx: RT): Synth
def play(graph: SynthGraph, nameHint: Option[String])(target: Node, args: Seq[ControlSet], addAction: AddAction, dependencies: List[Resource])(implicit tx: RT): Synth
def playOnce(graph: SynthGraph, nameHint: Option[String])(target: Node, args: Seq[ControlSet], addAction: AddAction, dependencies: List[Resource])(implicit tx: RT): Synth

Like play but does not memoize synth def.

Like play but does not memoize synth def.