net.beadsproject.beads.events
Class SoundEventManager

java.lang.Object
  extended by net.beadsproject.beads.events.SoundEventManager

public class SoundEventManager
extends java.lang.Object

SoundEventManager allows 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 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

SoundEventManager

public SoundEventManager()
Method Detail

play

public static UGen play(UGen output,
                        java.util.Map<java.lang.String,java.lang.Object> parameters)
Play the 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.

Parameters:
output - the UGen to which this SoundEvent should connect.
parameters - the parameters for the SoundEvent.
Returns:
the UGen at the root of the SoundEvent.