Class

de.sciss.lucre.synth.impl

BufferImpl

Related Doc: package impl

Permalink

final case class BufferImpl(server: Server, peer: synth.Buffer)(numFrames: Int, numChannels: Int, closeOnDisposal: Boolean) extends ResourceImpl with Modifiable with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Modifiable, Buffer, ResourceImpl, Resource, Disposable[Txn], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferImpl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Modifiable
  7. Buffer
  8. ResourceImpl
  9. Resource
  10. Disposable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufferImpl(server: Server, peer: synth.Buffer)(numFrames: Int, numChannels: Int, closeOnDisposal: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alloc()(implicit tx: Txn): Unit

    Permalink
  5. def allocRead(path: String, startFrame: Long)(implicit tx: Txn): Unit

    Permalink

    Allocates and reads the buffer content once (closes the file).

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cheby(amps: Seq[Float], normalize: Boolean = true, wavetable: Boolean = true, clear: Boolean = true)(implicit tx: Txn): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def cue(path: String, fileStartFrame: Long = 0L, numFrames: Int = 1)(implicit tx: Txn): Unit

    Permalink

    Cues the input sound file for streaming via DiskIn (leaves the file open).

  10. def dispose()(implicit tx: Txn): Unit

    Permalink
    Definition Classes
    BufferImpl → Disposable
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def fill(index: Int, num: Int, value: Float)(implicit tx: Txn): Unit

    Permalink

    Clears the buffer contents.

    Clears the buffer contents.

    Definition Classes
    BufferImplModifiable
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def gen(cmd: Command)(implicit tx: Txn): Unit

    Permalink
    Definition Classes
    BufferImplModifiable
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def id: Int

    Permalink
    Definition Classes
    BufferImplBuffer
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def isOnline(implicit tx: Txn): Boolean

    Permalink
    Definition Classes
    ResourceImplResource
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val numChannels: Int

    Permalink
    Definition Classes
    BufferImplBuffer
  23. val numFrames: Int

    Permalink
    Definition Classes
    BufferImplBuffer
  24. def online0: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ResourceImpl
  25. val peer: synth.Buffer

    Permalink
    Definition Classes
    BufferImplBuffer
  26. def read(path: String, fileStartFrame: Long = 0L, numFrames: Int = 1, bufStartFrame: Int = 0)(implicit tx: Txn): Unit

    Permalink

    Reads the buffer contents from a file (closes the file).

    Reads the buffer contents from a file (closes the file).

    Definition Classes
    BufferImplModifiable
  27. def readChannel(path: String, channels: Seq[Int], fileStartFrame: Long = 0L, numFrames: Int = 1, bufStartFrame: Int = 0)(implicit tx: Txn): Unit

    Permalink
    Definition Classes
    BufferImplModifiable
  28. def record(path: String, fileType: AudioFileType = AudioFileType.AIFF, sampleFormat: SampleFormat = SampleFormat.Float)(implicit tx: Txn): Unit

    Permalink

    Opens a file to write to in streaming mode (leaving it open), as usable for DiskOut.

  29. final def require(p: Boolean, message: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ResourceImpl
  30. final def requireOffline()(implicit tx: Txn): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ResourceImpl
  31. final def requireOnline()(implicit tx: Txn): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ResourceImpl
  32. val server: Server

    Permalink
    Definition Classes
    BufferImplResource
  33. final def setOnline(value: Boolean)(implicit tx: Txn): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ResourceImpl
  34. def setn(pairs: (Int, IndexedSeq[Float])*)(implicit tx: Txn): Unit

    Permalink
    Definition Classes
    BufferImplModifiable
  35. def setn(values: IndexedSeq[Float])(implicit tx: Txn): Unit

    Permalink
    Definition Classes
    BufferImplModifiable
  36. def sine1(partials: Seq[Float], normalize: Boolean = true, wavetable: Boolean = true, clear: Boolean = true)(implicit tx: Txn): Unit

    Permalink
  37. def sine2(partials: Seq[(Float, Float)], normalize: Boolean = true, wavetable: Boolean = true, clear: Boolean = true)(implicit tx: Txn): Unit

    Permalink
  38. def sine3(partials: Seq[(Float, Float, Float)], normalize: Boolean = true, wavetable: Boolean = true, clear: Boolean = true)(implicit tx: Txn): Unit

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. final def timeStamp(implicit tx: Txn): TimeStamp

    Permalink
    Definition Classes
    ResourceImplResource
  41. final def timeStamp_=(value: TimeStamp)(implicit tx: Txn): Unit

    Permalink
    Definition Classes
    ResourceImplResource
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def write(path: String, fileType: AudioFileType, sampleFormat: SampleFormat, numFrames: Int, startFrame: Int, leaveOpen: Boolean)(implicit tx: Txn): Unit

    Permalink

    Writes the buffer contents once (closes the target file).

    Writes the buffer contents once (closes the target file).

    Definition Classes
    BufferImplBuffer
  46. def zero()(implicit tx: Txn): Unit

    Permalink

    Clears the buffer contents.

    Clears the buffer contents.

    Definition Classes
    BufferImplModifiable

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Modifiable

Inherited from Buffer

Inherited from ResourceImpl

Inherited from Resource

Inherited from Disposable[Txn]

Inherited from AnyRef

Inherited from Any

Ungrouped