Interface | Description |
---|---|
FloatBead |
Interface used to indicate a Bead that stores a single float value.
|
IntegerBead |
Interface used to indicate a Bead that stores a single integer value.
|
SoundEvent |
A general purpose interface for defining sound events.
|
Class | Description |
---|---|
AudioContextStopTrigger |
Use AudioContextStopTrigger to cause the
AudioContext to stop in response to a given event. |
KillTrigger |
Use KillTrigger to cause a specific
Bead to be killed (Bead.kill() ) in response to a specific event. |
PauseTrigger |
Use PauseTrigger to cause a specific
Bead to pause in response to a specific event. |
SoundEventManager |
SoundEventManager allows
SoundEvent s to be played where the class of the SoundEvent
is specified by an entry in the Map argument referenced by the key "class". |
StartTrigger |
Use StartTrigger to cause a specific
Bead to start (unpause) in response to a specific event. |