Class

de.sciss.synth.message

BufferAllocReadChannel

Related Doc: package message

Permalink

final case class BufferAllocReadChannel(id: Int, path: String, startFrame: Int, numFrames: Int, channels: List[Int], completion: Option[Packet]) extends Message with HasCompletion with Product with Serializable

The /b_allocReadChannel message tells the server to allocate memory for a buffer and read in a portion of an audio-file, selecting a subset of its channels. The number of channels is given by the size of the channels argument, and the sample-rate of the buffer is determined by the audio-file.

id

the identifier to use for the buffer. It must denote a currently un-allocated buffer and be greater than or equal to zero and less than the maximum number of buffers.

path

the path of the audio-file to read. Since the server is an independent process, this must resolve with respect to the server's current working directory. If the server is running on a remote node, the path will be resolved in the server's local file system.

startFrame

the offset in frames into the audio-file to begin reading from

numFrames

the number of frames to read which will be the size of the allocated buffer. The special value of -1 denotes that the number of frames available in the file from the given offset is used (the entire file will be read).

channels

a sequence of channel indices to read. Zero corresponds to the first channel of the file.

See also

BufferReadChannel

BufferAllocRead

BufferAlloc

BufferFree

Buffer#allocReadChannelMsg

Linear Supertypes
Serializable, Serializable, Product, HasCompletion, AsyncSend, Send, ServerMessage, Message, LinearSeq[Any], LinearSeqLike[Any, Message], Seq[Any], SeqLike[Any, Message], GenSeq[Any], GenSeqLike[Any, Message], Iterable[Any], IterableLike[Any, Message], Equals, GenIterable[Any], GenIterableLike[Any, Message], Traversable[Any], GenTraversable[Any], GenericTraversableTemplate[Any, LinearSeq], TraversableLike[Any, Message], GenTraversableLike[Any, Message], Parallelizable[Any, ParSeq[Any]], TraversableOnce[Any], GenTraversableOnce[Any], FilterMonadic[Any, Message], HasNewBuilder[Any, Message], PartialFunction[Int, Any], (Int) ⇒ Any, Packet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferAllocReadChannel
  2. Serializable
  3. Serializable
  4. Product
  5. HasCompletion
  6. AsyncSend
  7. Send
  8. ServerMessage
  9. Message
  10. LinearSeq
  11. LinearSeqLike
  12. Seq
  13. SeqLike
  14. GenSeq
  15. GenSeqLike
  16. Iterable
  17. IterableLike
  18. Equals
  19. GenIterable
  20. GenIterableLike
  21. Traversable
  22. GenTraversable
  23. GenericTraversableTemplate
  24. TraversableLike
  25. GenTraversableLike
  26. Parallelizable
  27. TraversableOnce
  28. GenTraversableOnce
  29. FilterMonadic
  30. HasNewBuilder
  31. PartialFunction
  32. Function1
  33. Packet
  34. AnyRef
  35. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufferAllocReadChannel(id: Int, path: String, startFrame: Int, numFrames: Int, channels: List[Int], completion: Option[Packet])

    Permalink

    id

    the identifier to use for the buffer. It must denote a currently un-allocated buffer and be greater than or equal to zero and less than the maximum number of buffers.

    path

    the path of the audio-file to read. Since the server is an independent process, this must resolve with respect to the server's current working directory. If the server is running on a remote node, the path will be resolved in the server's local file system.

    startFrame

    the offset in frames into the audio-file to begin reading from

    numFrames

    the number of frames to read which will be the size of the allocated buffer. The special value of -1 denotes that the number of frames available in the file from the given offset is used (the entire file will be read).

    channels

    a sequence of channel indices to read. Zero corresponds to the first channel of the file.

Type Members

  1. type Self = Message

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: Any, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  4. def ++:[B >: Any, That](that: Traversable[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  5. def ++:[B >: Any, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def +:[B >: Any, That](elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  7. def /:[B](z: B)(op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. def :+[B >: Any, That](elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  9. def :\[B](z: B)(op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  12. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  13. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, Any) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. def andThen[C](k: (Any) ⇒ C): PartialFunction[Int, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  16. def apply(idx: Int): Any

    Permalink
    Definition Classes
    Message → SeqLike → GenSeqLike → Function1
  17. def applyOrElse[A1 <: Int, B1 >: Any](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  18. val args: Any*

    Permalink
    Definition Classes
    Message
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  21. val channels: List[Int]

    Permalink

    a sequence of channel indices to read.

    a sequence of channel indices to read. Zero corresponds to the first channel of the file.

  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def collect[B, That](pf: PartialFunction[Any, B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  24. def collectFirst[B](pf: PartialFunction[Any, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  25. def combinations(n: Int): Iterator[Message]

    Permalink
    Definition Classes
    SeqLike
  26. def companion: GenericCompanion[LinearSeq]

    Permalink
    Definition Classes
    LinearSeq → Seq → GenSeq → Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  27. val completion: Option[Packet]

    Permalink
    Definition Classes
    BufferAllocReadChannelHasCompletion
  28. def compose[A](g: (A) ⇒ Int): (A) ⇒ Any

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  29. def contains[A1 >: Any](elem: A1): Boolean

    Permalink
    Definition Classes
    SeqLike
  30. def containsSlice[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike
  31. def copyToArray[B >: Any](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  32. def copyToArray[B >: Any](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. def copyToArray[B >: Any](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  34. def copyToBuffer[B >: Any](dest: scala.collection.mutable.Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  35. final def corresponds[B](that: GenSeq[B])(p: (Any, B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    LinearSeqLike → SeqLike → GenSeqLike
    Annotations
    @tailrec()
  36. def count(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def diff[B >: Any](that: GenSeq[B]): Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  38. def distinct: Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  39. def drop(n: Int): Message

    Permalink
    Definition Classes
    Message → IterableLike → TraversableLike → GenTraversableLike
  40. def dropRight(n: Int): Message

    Permalink
    Definition Classes
    IterableLike
  41. def dropWhile(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  42. def encode(c: PacketCodec, b: ByteBuffer): Unit

    Permalink
    Definition Classes
    MessagePacket
  43. def encodedSize(c: PacketCodec): Int

    Permalink
    Definition Classes
    MessagePacket
  44. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  45. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Message → GenSeqLike → Equals → AnyRef → Any
  47. def exists(p: (Any) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  48. def filter(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  49. def filterNot(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  50. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. def find(p: (Any) ⇒ Boolean): Option[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  52. def flatMap[B, That](f: (Any) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  53. def flatten[B](implicit asTraversable: (Any) ⇒ GenTraversableOnce[B]): LinearSeq[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  54. def fold[A1 >: Any](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  55. def foldLeft[B](z: B)(op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def foldRight[B](z: B)(op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  57. def forall(p: (Any) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  58. def foreach[U](f: (Any) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  59. def genericBuilder[B]: Builder[B, LinearSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  60. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  61. def groupBy[K](f: (Any) ⇒ K): Map[K, Message]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  62. def grouped(size: Int): Iterator[Message]

    Permalink
    Definition Classes
    IterableLike
  63. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  64. def hashCode(): Int

    Permalink
    Definition Classes
    Message → LinearSeqLike → GenSeqLike → AnyRef → Any
  65. def head: Any

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  66. def headOption: Option[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  67. val id: Int

    Permalink

    the identifier to use for the buffer.

    the identifier to use for the buffer. It must denote a currently un-allocated buffer and be greater than or equal to zero and less than the maximum number of buffers.

  68. def indexOf[B >: Any](elem: B, from: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  69. def indexOf[B >: Any](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  70. def indexOfSlice[B >: Any](that: GenSeq[B], from: Int): Int

    Permalink
    Definition Classes
    SeqLike
  71. def indexOfSlice[B >: Any](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  72. def indexWhere(p: (Any) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  73. def indexWhere(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  74. def indices: Range

    Permalink
    Definition Classes
    SeqLike
  75. def init: Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  76. def inits: Iterator[Message]

    Permalink
    Definition Classes
    TraversableLike
  77. def intersect[B >: Any](that: GenSeq[B]): Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  78. def isComparable(other: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Message
  79. def isDefinedAt(idx: Int): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  80. def isEmpty: Boolean

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  81. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  82. final def isSynchronous: Boolean

    Permalink
    Definition Classes
    AsyncSendSend
  83. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  84. def iterator: Iterator[Any]

    Permalink
    Definition Classes
    Message → LinearSeqLike → IterableLike → GenIterableLike
  85. def last: Any

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  86. def lastIndexOf[B >: Any](elem: B, end: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  87. def lastIndexOf[B >: Any](elem: B): Int

    Permalink
    Definition Classes
    GenSeqLike
  88. def lastIndexOfSlice[B >: Any](that: GenSeq[B], end: Int): Int

    Permalink
    Definition Classes
    SeqLike
  89. def lastIndexOfSlice[B >: Any](that: GenSeq[B]): Int

    Permalink
    Definition Classes
    SeqLike
  90. def lastIndexWhere(p: (Any) ⇒ Boolean, end: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  91. def lastIndexWhere(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  92. def lastOption: Option[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  93. def length: Int

    Permalink
    Definition Classes
    Message → SeqLike → GenSeqLike
  94. def lengthCompare(len: Int): Int

    Permalink
    Definition Classes
    SeqLike
  95. def lift: (Int) ⇒ Option[Any]

    Permalink
    Definition Classes
    PartialFunction
  96. def map[B, That](f: (Any) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  97. def max[B >: Any](implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def maxBy[B](f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def min[B >: Any](implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def minBy[B](f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. val name: String

    Permalink
    Definition Classes
    MessagePacket
  105. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  106. def newBuilder: Builder[Any, Message]

    Permalink
    Definition Classes
    Message → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  107. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  110. val numFrames: Int

    Permalink

    the number of frames to read which will be the size of the allocated buffer.

    the number of frames to read which will be the size of the allocated buffer. The special value of -1 denotes that the number of frames available in the file from the given offset is used (the entire file will be read).

  111. def orElse[A1 <: Int, B1 >: Any](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  112. def padTo[B >: Any, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  113. def par: ParSeq[Any]

    Permalink
    Definition Classes
    Parallelizable
  114. def parCombiner: Combiner[Any, ParSeq[Any]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    SeqLike → TraversableLike → Parallelizable
  115. def partition(p: (Any) ⇒ Boolean): (Message, Message)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  116. def patch[B >: Any, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  117. val path: String

    Permalink

    the path of the audio-file to read.

    the path of the audio-file to read. Since the server is an independent process, this must resolve with respect to the server's current working directory. If the server is running on a remote node, the path will be resolved in the server's local file system.

  118. def permutations: Iterator[Message]

    Permalink
    Definition Classes
    SeqLike
  119. def prefixLength(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  120. def product[B >: Any](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. def reduce[A1 >: Any](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  122. def reduceLeft[B >: Any](op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  123. def reduceLeftOption[B >: Any](op: (B, Any) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def reduceOption[A1 >: Any](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def reduceRight[B >: Any](op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  126. def reduceRightOption[B >: Any](op: (Any, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def repr: Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  128. def reverse: Message

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  129. def reverseIterator: Iterator[Any]

    Permalink
    Definition Classes
    SeqLike
  130. def reverseMap[B, That](f: (Any) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  131. def reversed: List[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  132. def runWith[U](action: (Any) ⇒ U): (Int) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  133. def sameElements[B >: Any](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  134. def scan[B >: Any, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  135. def scanLeft[B, That](z: B)(op: (B, Any) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  136. def scanRight[B, That](z: B)(op: (Any, B) ⇒ B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  137. def segmentLength(p: (Any) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  138. def seq: LinearSeq[Any]

    Permalink
    Definition Classes
    LinearSeq → LinearSeqLike → Seq → GenSeq → GenSeqLike → Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  139. def size: Int

    Permalink
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  140. def slice(from: Int, until: Int): Message

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  141. def sliding(size: Int, step: Int): Iterator[Message]

    Permalink
    Definition Classes
    IterableLike
  142. def sliding(size: Int): Iterator[Message]

    Permalink
    Definition Classes
    IterableLike
  143. def sortBy[B](f: (Any) ⇒ B)(implicit ord: Ordering[B]): Message

    Permalink
    Definition Classes
    SeqLike
  144. def sortWith(lt: (Any, Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    SeqLike
  145. def sorted[B >: Any](implicit ord: Ordering[B]): Message

    Permalink
    Definition Classes
    SeqLike
  146. def span(p: (Any) ⇒ Boolean): (Message, Message)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  147. def splitAt(n: Int): (Message, Message)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  148. val startFrame: Int

    Permalink

    the offset in frames into the audio-file to begin reading from

  149. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  150. def startsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  151. def stringPrefix: String

    Permalink
    Definition Classes
    Message → TraversableLike → GenTraversableLike
  152. def sum[B >: Any](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  153. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  154. def tail: Message

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  155. def tails: Iterator[Message]

    Permalink
    Definition Classes
    TraversableLike
  156. def take(n: Int): Message

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  157. def takeRight(n: Int): Message

    Permalink
    Definition Classes
    IterableLike
  158. def takeWhile(p: (Any) ⇒ Boolean): Message

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  159. def thisCollection: LinearSeq[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    LinearSeqLike → SeqLike → IterableLike → TraversableLike
  160. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Any, Col[Any]]): Col[Any]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  161. def toArray[B >: Any](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  162. def toBuffer[B >: Any]: scala.collection.mutable.Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  163. def toCollection(repr: Message): LinearSeq[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    LinearSeqLike → SeqLike → IterableLike → TraversableLike
  164. def toIndexedSeq: IndexedSeq[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  165. def toIterable: Iterable[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  166. def toIterator: Iterator[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  167. def toList: List[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. def toMap[T, U](implicit ev: <:<[Any, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. def toSeq: Seq[Any]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  170. def toSet[B >: Any]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  171. def toStream: Stream[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  172. def toString(): String

    Permalink
    Definition Classes
    Message → SeqLike → TraversableLike → Function1 → AnyRef → Any
  173. def toTraversable: Traversable[Any]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  174. def toVector: Vector[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  175. def transpose[B](implicit asTraversable: (Any) ⇒ GenTraversableOnce[B]): LinearSeq[LinearSeq[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  176. def union[B >: Any, That](that: GenSeq[B])(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  177. def unzip[A1, A2](implicit asPair: (Any) ⇒ (A1, A2)): (LinearSeq[A1], LinearSeq[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  178. def unzip3[A1, A2, A3](implicit asTriple: (Any) ⇒ (A1, A2, A3)): (LinearSeq[A1], LinearSeq[A2], LinearSeq[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  179. def updateCompletion(completion: Option[Packet]): BufferAllocReadChannel

    Permalink
    Definition Classes
    BufferAllocReadChannelHasCompletion
  180. def updated[B >: Any, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Message, B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  181. def view(from: Int, until: Int): SeqView[Any, Message]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  182. def view: SeqView[Any, Message]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  183. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  186. def withFilter(p: (Any) ⇒ Boolean): FilterMonadic[Any, Message]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  187. def zip[A1 >: Any, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Message, (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  188. def zipAll[B, A1 >: Any, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Message, (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  189. def zipWithIndex[A1 >: Any, That](implicit bf: CanBuildFrom[Message, (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from HasCompletion

Inherited from AsyncSend

Inherited from Send

Inherited from ServerMessage

Inherited from Message

Inherited from LinearSeq[Any]

Inherited from LinearSeqLike[Any, Message]

Inherited from Seq[Any]

Inherited from SeqLike[Any, Message]

Inherited from GenSeq[Any]

Inherited from GenSeqLike[Any, Message]

Inherited from Iterable[Any]

Inherited from IterableLike[Any, Message]

Inherited from Equals

Inherited from GenIterable[Any]

Inherited from GenIterableLike[Any, Message]

Inherited from Traversable[Any]

Inherited from GenTraversable[Any]

Inherited from GenericTraversableTemplate[Any, LinearSeq]

Inherited from TraversableLike[Any, Message]

Inherited from GenTraversableLike[Any, Message]

Inherited from Parallelizable[Any, ParSeq[Any]]

Inherited from TraversableOnce[Any]

Inherited from GenTraversableOnce[Any]

Inherited from FilterMonadic[Any, Message]

Inherited from HasNewBuilder[Any, Message]

Inherited from PartialFunction[Int, Any]

Inherited from (Int) ⇒ Any

Inherited from Packet

Inherited from AnyRef

Inherited from Any

Ungrouped