net.beadsproject.beads.gui
Class ExampleSongPart

java.lang.Object
  extended by net.beadsproject.beads.core.Bead
      extended by net.beadsproject.beads.core.UGen
          extended by net.beadsproject.beads.ugens.Gain
              extended by net.beadsproject.beads.play.SongPart
                  extended by net.beadsproject.beads.gui.ExampleSongPart
All Implemented Interfaces:
InterfaceElement

public class ExampleSongPart
extends SongPart


Nested Class Summary
 
Nested classes/interfaces inherited from class net.beadsproject.beads.core.UGen
UGen.OutputInitializationRegime, UGen.OutputPauseRegime
 
Field Summary
 
Fields inherited from class net.beadsproject.beads.play.SongPart
clock, controllableGain, environment, interfaceElements, panel, state
 
Fields inherited from class net.beadsproject.beads.core.UGen
bufferSize, bufIn, bufOut, context, ins, outputInitializationRegime, outputPauseRegime, outs
 
Constructor Summary
ExampleSongPart(java.lang.String name, Environment environment)
           
 
Method Summary
 void enter()
           
 void exit()
           
 
Methods inherited from class net.beadsproject.beads.play.SongPart
getClock, getColor, getComponent, setClock, setColor, setState, toString
 
Methods inherited from class net.beadsproject.beads.ugens.Gain
calculateBuffer, getGainEnvelope, setGainEnvelope
 
Methods inherited from class net.beadsproject.beads.core.UGen
addDependent, addInput, addInput, clearDependents, clearInputConnections, containsInput, crossfadeInput, getConnectedInputs, getContext, getEnvelopes, getIns, getNumberOfConnectedUGens, getOuts, getTimeTakenLastUpdate, getValue, getValue, initializeOuts, isTimerMode, isUpdated, main, noInputs, pause, printInBuffers, printInputList, printOutBuffers, removeAllConnections, removeDependent, setInputProxy, setOutputProxy, setOutsToPause, setProxy, setTimerMode, setValue, update, zeroIns, zeroOuts
 
Methods inherited from class net.beadsproject.beads.core.Bead
getKillListener, getName, isDeleted, isPaused, kill, message, messageReceived, setKillListener, setName, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExampleSongPart

public ExampleSongPart(java.lang.String name,
                       Environment environment)
Method Detail

enter

public void enter()
Overrides:
enter in class SongPart

exit

public void exit()
Overrides:
exit in class SongPart