WithVec

final
class WithVec[T <: Txn[T], A, Repr <: ([~ <: Txn[~]] =>> Expr[~, IndexedSeq[A]])](vrH: Source[T, Var[T, Repr[T]]], key: String, synth: Synth)(lift: IndexedSeq[Double] => IndexedSeq[A])(implicit context: AuralContext[T], tpe: Type[IndexedSeq[A], Repr]) extends MkValueResponder[T]
trait DynamicUser
trait Disposable[RT]
class Object
trait Matchable
class Any

Type members

Inherited types

protected
type Body = PartialFunction[Message, Unit]
Inherited from
SendReplyResponder

Value members

Inherited methods

final
def add()(implicit tx: RT): Unit
Inherited from
SendReplyResponder
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
final
def remove()(implicit tx: RT): Unit
Inherited from
SendReplyResponder