final case class SynthImpl(peer: synth.Synth, definition: SynthDef) extends NodeImpl with Synth with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SynthImpl
- Serializable
- Serializable
- Product
- Equals
- Synth
- NodeImpl
- Node
- NodeRef
- ResourceImpl
- Resource
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val definition: SynthDef
-
final
def
dispose()(implicit tx: Txn): Unit
- Definition Classes
- NodeImpl → Disposable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def fill(data: ControlFillRange*)(implicit tx: Txn): Unit
-
final
def
free()(implicit tx: Txn): Unit
Note: this is graceful in not throwing up if the node was already freed.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isOnline(implicit tx: Txn): Boolean
- Definition Classes
- ResourceImpl → Resource
- final def map(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter
- final def map(assoc: (AudioBus, String))(implicit tx: Txn): AudioBusNodeSetter
- final def mapan(pairs: ControlABusMap*)(implicit tx: Txn): Unit
- final def mapn(pairs: ControlKBusMap*)(implicit tx: Txn): Unit
- final def moveAfter(target: Node)(implicit tx: Txn): Unit
- final def moveBefore(target: Node)(implicit tx: Txn): Unit
- final def moveToHead(group: Group)(implicit tx: Txn): Unit
- final def moveToTail(group: Group)(implicit tx: Txn): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
node(implicit tx: Txn): Node
Refers to itself
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def onEnd(code: ⇒ Unit)(implicit tx: Txn): Unit
- final def onEndTxn(fun: (Txn) ⇒ Unit)(implicit tx: Txn): Unit
-
def
online0: Boolean
- Attributes
- protected
- Definition Classes
- ResourceImpl
- val peer: synth.Synth
- def play(target: Node, args: Seq[ControlSet], addAction: AddAction, dependencies: List[Resource])(implicit tx: Txn): Unit
- final def read(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter
- final def read(assoc: (AudioBus, String))(implicit tx: Txn): AudioBusNodeSetter
- final def readWrite(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter
- final def readWrite(assoc: (AudioBus, String))(implicit tx: Txn): AudioBusNodeSetter
- final def release(releaseTime: Double)(implicit tx: Txn): Unit
-
final
def
require(p: Boolean, message: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
-
final
def
requireOffline()(implicit tx: Txn): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
-
final
def
requireOnline()(implicit tx: Txn): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
- final def run(state: Boolean)(implicit tx: Txn): Unit
- def server: Server
- final def set(pairs: ControlSet*)(implicit tx: Txn): Unit
-
final
def
setOnline(value: Boolean)(implicit tx: Txn): Unit
- Attributes
- protected
- Definition Classes
- ResourceImpl
- final def setn(pairs: ControlSet*)(implicit tx: Txn): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
timeStamp(implicit tx: Txn): TimeStamp
- Definition Classes
- ResourceImpl → Resource
-
final
def
timeStamp_=(value: TimeStamp)(implicit tx: Txn): Unit
- Definition Classes
- ResourceImpl → Resource
-
def
toString(): String
- Definition Classes
- SynthImpl → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- final def write(assoc: (ControlBus, String))(implicit tx: Txn): ControlBusNodeSetter
-
final
def
write(assoc: (AudioBus, String))(implicit tx: Txn): AudioBusNodeSetter
Associates an audio bus with this node such that the node writes to this bus.
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.