uk.org.toot.synth.modules.envelope
Class EnvelopeGenerator

java.lang.Object
  extended by uk.org.toot.synth.modules.envelope.EnvelopeGenerator

public class EnvelopeGenerator
extends java.lang.Object

A DAHDSR Envelope Generator. Uses efficient exponential difference equations for good sounding segments.

Author:
st

Nested Class Summary
static class EnvelopeGenerator.State
           
 
Constructor Summary
EnvelopeGenerator(EnvelopeVariables vars)
           
 
Method Summary
 float getEnvelope(boolean release)
           
 boolean isComplete()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeGenerator

public EnvelopeGenerator(EnvelopeVariables vars)
Method Detail

getEnvelope

public float getEnvelope(boolean release)

isComplete

public boolean isComplete()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.