object Buffer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Buffer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Modifiable extends Buffer
- trait ProxyResource extends Resource
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
- def apply(server: Server)(numFrames: Int, numChannels: Int = 1)(implicit tx: RT): Modifiable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultCueBufferSize: Int
- def defaultCueBufferSize_=(value: Int): Unit
- def defaultRecBufferSize: Int
- def defaultRecBufferSize_=(value: Int): Unit
- def diskIn(server: Server)(path: String, startFrame: Long = 0L, numFrames: Int = defaultCueBufferSize, numChannels: Int = 1)(implicit tx: RT): Buffer
- def diskOut(server: Server)(path: String, fileType: AudioFileType = AudioFileType.AIFF, sampleFormat: SampleFormat = SampleFormat.Float, numFrames: Int = defaultRecBufferSize, numChannels: Int = 1)(implicit tx: RT): Buffer
- def disposeWithNode(buf: Buffer, nr: NodeRef): Resource
Utility resource creation that defers buffer disposal until point where node has been freed.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fft(server: Server)(size: Int)(implicit tx: RT): Modifiable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- def wrap(server: Server, peer: synth.Buffer, closeOnDisposal: Boolean = false)(implicit tx: RT): Modifiable
- def writeWithNode(buf: Buffer, nr: NodeRef, path: String)(action: => Unit)(implicit exec: ExecutionContext): Resource
Writes the buffer content to a file when the node ends.
Writes the buffer content to a file when the node ends. The caller is responsible for eventually freeing the buffer! This is because we do not open a transaction after writing completes.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated