net.beadsproject.beads.ugens
Class Envelope.Segment

java.lang.Object
  extended by net.beadsproject.beads.ugens.Envelope.Segment
Enclosing class:
Envelope

public class Envelope.Segment
extends java.lang.Object

The nested class Segment. Stores the duration, end value, curvature and trigger for the Segment.


Constructor Summary
Envelope.Segment(float endValue, float duration, float curvature, Bead trigger)
          Instantiates a new segment.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Envelope.Segment

public Envelope.Segment(float endValue,
                        float duration,
                        float curvature,
                        Bead trigger)
Instantiates a new segment.

Parameters:
endValue - the end value
duration - the duration
curvature - the curvature
trigger - the trigger