de.sciss.lucre.synth.impl

BufferImpl

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def alloc()(implicit tx: Txn): Unit

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

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

  8. final def asInstanceOf[T0]: T0

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

  10. def clone(): AnyRef

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

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

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

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

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

    Clears the buffer contents.

    Clears the buffer contents.

    Definition Classes
    BufferImplModifiable
  15. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  18. def id: Int

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

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

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

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. val numChannels: Int

    Definition Classes
    BufferImplBuffer
  25. val numFrames: Int

    Definition Classes
    BufferImplBuffer
  26. def online0: Boolean

    Attributes
    protected
    Definition Classes
    ResourceImpl
  27. val peer: synth.Buffer

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    ResourceImpl
  34. val server: Server

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

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

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

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

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

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

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

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

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

    Definition Classes
    ResourceImplResource
  44. final def wait(): Unit

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

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

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

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

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

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

    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