Bus

sealed trait Bus
Companion
object
class Object
trait Matchable
class Any
class AudioBus

Value members

Abstract methods

def free(): Unit

Frees the bus. This is a client-side only operation which makes the index available again for re-allocation.

Frees the bus. This is a client-side only operation which makes the index available again for re-allocation.

def index: Int

The logical index of the bus in the server architecture.

The logical index of the bus in the server architecture.

def numChannels: Int

The number of channels for this bus.

The number of channels for this bus.

def rate: Rate

The rate at which the bus operates. Either of control or audio.

The rate at which the bus operates. Either of control or audio.

The server to which this bus belongs.

The server to which this bus belongs.