AudioBusNodeSetter

trait Disposable[RT]
class Object
trait Matchable
class Any

Value members

Abstract methods

def migrateTo(newBus: AudioBus)(implicit tx: RT): AudioBusNodeSetter

Inherited methods

def add()(implicit tx: RT): Unit

Adds the user and thereby issues actions on the server.

Adds the user and thereby issues actions on the server.

Inherited from
DynamicUser
Inherited from
DynamicAudioBusUser
def controlName: String
Inherited from
BusNodeSetter
def dispose()(implicit tx: RT): Unit

The user implements dispose by simply calling remove.

The user implements dispose by simply calling remove.

Inherited from
DynamicUser
def node: Node
Inherited from
BusNodeSetter
def remove()(implicit tx: RT): Unit

Removes the user. It is safe to call this method repeatedly, and also if the user has never been added.

Removes the user. It is safe to call this method repeatedly, and also if the user has never been added.

Inherited from
DynamicUser