Class AutowahEffect


public class AutowahEffect extends OALEffect
Autowah effect for sound sources.
Author:
Matthew Tropiano
  • Field Details

    • attackTime

      protected float attackTime
      Autowah attack time in seconds.
    • releaseTime

      protected float releaseTime
      Autowah release time in seconds.
    • resonance

      protected float resonance
      Autowah resonance factor.
    • peakGain

      protected float peakGain
      Autowah peak gain.
  • Constructor Details

    • AutowahEffect

      public AutowahEffect(OALContext context)
  • Method Details

    • getAttackTime

      public final float getAttackTime()
      Returns:
      autowah attack time in seconds.
    • setAttackTime

      public final void setAttackTime(float attackTime)
      Set autowah attack time in seconds (0.0001 to 1.0).
      Parameters:
      attackTime - the new value.
    • getPeakGain

      public final float getPeakGain()
      Returns:
      Autowah peak gain.
    • setPeakGain

      public final void setPeakGain(float peakGain)
      Set autowah peak gain (0.00003 to 31621.0).
      Parameters:
      peakGain - the new value.
    • getReleaseTime

      public final float getReleaseTime()
      Returns:
      autowah release time in seconds.
    • setReleaseTime

      public final void setReleaseTime(float releaseTime)
      Set autowah release time in seconds (0.0001 to 1.0).
      Parameters:
      releaseTime - the new value.
    • getResonance

      public final float getResonance()
      Returns:
      autowah resonance factor.
    • setResonance

      public final void setResonance(float resonance)
      Set autowah resonance factor (2.0 to 1000.0).
      Parameters:
      resonance - the new value.