final case class GetBuf(trig: GE, key: String, buf: GE, numFrames: GE = -1, startFrame: GE = 0) extends GE.Lazy with ControlRated with Product with Serializable
A graph element that when triggered sends the contents of a buffer to the client. The transfer happens asynchronously, and the element outputs a trigger itself when the transfer has completed.
Note: currently, the behaviour is undefined if another trigger is received before a previous
transfer process finishes. The caller should also avoid stopping the enclosing Proc
before the
transfer process finishes (there is no guarantee that the buffer contents is preserved).
- trig
a trigger signal that initiate the transfer process.
- key
the key into the enclosing object's attribute map, where a variable of type
Seq[Double]
is to be found- buf
the identifier of the buffer to transfer
- numFrames
the number of frames to transfer or
-1
(default) to transfer as many frames as possible- startFrame
the offset into the buffer to start transferring from, which defaults to zero.
- See also
- Alphabetic
- By Inheritance
- GetBuf
- Serializable
- ControlRated
- Lazy
- GE
- Expander
- Lazy
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GetBuf(trig: GE, key: String, buf: GE, numFrames: GE = -1, startFrame: GE = 0)
- trig
a trigger signal that initiate the transfer process.
- key
the key into the enclosing object's attribute map, where a variable of type
Seq[Double]
is to be found- buf
the identifier of the buffer to transfer
- numFrames
the number of frames to transfer or
-1
(default) to transfer as many frames as possible- startFrame
the offset into the buffer to start transferring from, which defaults to zero.
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 buf: GE
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
- def makeUGens: UGenInLike
Abstract method which must be implemented by creating the actual
UGen
s during expansion. - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numFrames: GE
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- GetBuf → Product
- final def rate: Rate
- Definition Classes
- ControlRated
- val startFrame: GE
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val trig: GE
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated