BufChannels

object BufChannels extends ProductReader[BufChannels]

Returns the current number of channels of the buffer at the provided index.

===Examples===

// channels of local buffer
play {
 val buf = LocalBuf(1024, 2)
 BufChannels.ir(buf).poll(0) // reports 2
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[BufChannels]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ir(buf: GE): BufChannels
Value Params
buf

Buffer id.

def kr(buf: GE): BufChannels
Value Params
buf

Buffer id.

def read(in: RefMapIn, key: String, arity: Int): BufChannels