User

trait User

A consumer reading or writing from an audio bus. Since a AudioBus is a meta structure, the underlying audio bus may change due to optimization. In this case the consumer is asked to update its data. Also initial bus allocation is lazy, therefore when adding the user as reader or writer, the bus implementation will push its initial allocation information to the user.

class Object
trait Matchable
class Any

Value members

Abstract methods

def busChanged(peer: AudioBus, isDummy: Boolean)(implicit tx: RT): Unit