SynthDefConstructors

final class SynthDefConstructors(this: SynthDef) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def load(path: String, server: Server, completion: Completion[Unit]): Unit
def loadDir(path: String, server: Server, completion: Completion[Unit]): Unit
def recv(name: String, server: Server, completion: Completion)(thunk: => Unit): SynthDef