implicit final class SynthDefConstructors extends AnyVal
- Alphabetic
- By Inheritance
- SynthDefConstructors
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(path: String, server: Server = Server.default, completion: Completion[Unit] = Completion.None): Unit
- def loadDir(path: String, server: Server = Server.default, completion: Completion[Unit] = Completion.None): Unit
- def recv(name: String, server: Server = Server.default, completion: SynthDef.Completion = Completion.None)(thunk: ⇒ Unit): SynthDef
-
def
toString(): String
- Definition Classes
- Any