|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.beadsproject.beads.events.SoundEventManager
public class 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".
Constructor Summary | |
---|---|
SoundEventManager()
|
Method Summary | |
---|---|
static UGen |
play(UGen output,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Play the SoundEvent specified by the Map argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoundEventManager()
Method Detail |
---|
public static UGen play(UGen output, java.util.Map<java.lang.String,java.lang.Object> parameters)
SoundEvent
specified by the Map
argument. The SoundEvent
to be played is specified by an entry in the Map
with key "class" and value the class of
the SoundEvent
.
output
- the UGen
to which this SoundEvent
should connect.parameters
- the parameters for the SoundEvent
.
UGen
at the root of the SoundEvent
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |