public class SoundEventManager
extends java.lang.Object
SoundEvents to be played where the class of the SoundEvent
is specified by an entry in the Map argument referenced by the key "class".| Constructor and Description |
|---|
SoundEventManager() |
| Modifier and Type | Method and Description |
|---|---|
static UGen |
play(UGen output,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Play the
SoundEvent specified by the Map argument. |
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.