de.sciss.synth

Buffer

final case class Buffer(server: Server, id: Int) extends Model with Product with Serializable

Self Type
Buffer
Linear Supertypes
Serializable, Serializable, Product, Equals, Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Buffer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Model
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Buffer(server: Server = Server.default)

  2. new Buffer(server: Server, id: Int)

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 addListener(l: Listener): Listener

    Definition Classes
    Model
  7. def allocMsg(numFrames: Int, numChannels: Int = 1, completion: Option[Packet] = None): BufferAllocMessage

  8. def allocReadChannelMsg(path: String, startFrame: Int = 0, numFrames: Int = 1, channels: Seq[Int], completion: Option[Packet] = None): BufferAllocReadChannelMessage

  9. def allocReadMsg(path: String, startFrame: Int = 0, numFrames: Int = 1, completion: Option[Packet] = None): BufferAllocReadMessage

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def closeMsg(completion: Option[Packet] = None): BufferCloseMessage

  13. def closeMsg: BufferCloseMessage

  14. def cueMsg(path: String, startFrame: Int = 0, completion: Buffer.Completion = NoCompletion): BufferReadMessage

  15. def dispatch(change: AnyRef): Unit

    Attributes
    protected
    Definition Classes
    Model
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def freeMsg(completion: Optional[Packet] = None, release: Boolean = true): BufferFreeMessage

    release

    whether the buffer id should be immediately returned to the id-allocator or not. if you build a system that monitors when bundles are really sent to the server, and you need to deal with transaction abortion, you might want to pass in false here, and manually release the id, using the release method

  19. def freeMsg: BufferFreeMessage

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. val id: Int

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def makePacket(completion: Buffer.Completion, forceQuery: Boolean = false): Option[Packet]

  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def numChannels: Int

  28. def numFrames: Int

  29. def queryMsg: BufferQueryMessage

  30. def readChannelMsg(path: String, fileStartFrame: Int = 0, numFrames: Int = 1, bufStartFrame: Int = 0, leaveOpen: Boolean = false, channels: Seq[Int], completion: Option[Packet] = None): BufferReadChannelMessage

  31. def readMsg(path: String, fileStartFrame: Int = 0, numFrames: Int = 1, bufStartFrame: Int = 0, leaveOpen: Boolean = false, completion: Option[Packet] = None): BufferReadMessage

  32. def register(): Unit

  33. def release(): Unit

    Releases the buffer id to the id-allocator pool, without sending any OSCMessage.

    Releases the buffer id to the id-allocator pool, without sending any OSCMessage. Use with great care.

  34. def removeListener(l: Listener): Listener

    Definition Classes
    Model
  35. def sampleRate: Float

  36. val server: Server

  37. def setMsg(pairs: (Int, Float)*): BufferSetMessage

  38. def setnMsg(pairs: (Int, IndexedSeq[Float])*): BufferSetnMessage

  39. def setnMsg(v: IndexedSeq[Float]): BufferSetnMessage

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

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    Buffer → AnyRef → Any
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def writeMsg(path: String, fileType: AudioFileType = io.AudioFileType.AIFF, sampleFormat: SampleFormat = io.SampleFormat.Float, numFrames: Int = 1, startFrame: Int = 0, leaveOpen: Boolean = false, completion: Option[Packet] = None): BufferWriteMessage

  46. def zeroMsg(completion: Option[Packet]): BufferZeroMessage

  47. def zeroMsg: BufferZeroMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped