class RemiAudio::DSP::HeraChorus
  
  - RemiAudio::DSP::HeraChorus
- Reference
- Object
Overview
Implements a chorus effect that is reminiscent of a certain synthesizer from the 80s with a model number ending in "-60".
Defined in:
remiaudio/dsp/herachorus.crConstructors
- 
        .new(sampleRate : Int32, interpMode : Interpolate::Mode = Interpolate::Mode::Cubic)
        
          Creates a new instance of HeraChorus.
Instance Method Summary
- 
        #mute : Nil
        
          Mutes the chorus unit. 
- 
        #process(inputLeft : Array(Float64) | Slice(Float64), inputRight : Array(Float64) | Slice(Float64), outputLeft : Array(Float64) | Slice(Float64), outputRight : Array(Float64) | Slice(Float64)) : Nil
        
          "Runs" the chorus on the given blocks of audio. 
Constructor Detail
Creates a new instance of HeraChorus.