final case class TraceSynth(peer: Synth, controlLink: Link, audioLink: Link) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TraceSynth
- Serializable
- Serializable
- Product
- Equals
- 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
- val audioLink: Link
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val controlLink: Link
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def id: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def link(rate: Rate): Link
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def numTraceChannels: Int
- val peer: Synth
- def server: Server
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
traceFor(duration: Double = 0.0, numFrames: Int = 0, numBlocks: Int = 0, bundle: BundleBuilder = new BundleBuilder): Future[List[Data]]
Generates a data trace for the peer synth over a given duration or number of sample frames.
Generates a data trace for the peer synth over a given duration or number of sample frames. If none of
duration,numFrames, ornumBlocksare given, the trace is generated over one sample frame (if an audio link exists) or one control block (if only a control link exists).- duration
duration of the trace in seconds. Alternative to
numFrames.- numFrames
duration of the trace in sample frames. Alternative to
duration.- numBlocks
duration of the trace in control blocks. Alternative to
durationandnumFrames.
- def traceForToBundle(duration: Double = 0.0, numFrames: Int = 0, numBlocks: Int = 0, doneAction: DoneAction = freeSelf, bundle: BundleBuilder = new BundleBuilder): Future[List[Data]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )