mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Switch juce::Reverb for gin::PlateReverb
This commit is contained in:
parent
5bbbac164c
commit
28402bfa0e
4 changed files with 23 additions and 27 deletions
|
|
@ -171,7 +171,7 @@ public:
|
|||
{
|
||||
ReverbParams() = default;
|
||||
|
||||
gin::Parameter::Ptr enable, damping, freezeMode, roomSize, width, mix;
|
||||
gin::Parameter::Ptr enable, size, decay, lowpass, damping, predelay, mix;
|
||||
|
||||
void setup (WavetableAudioProcessor& p);
|
||||
|
||||
|
|
@ -206,7 +206,7 @@ public:
|
|||
gin::Modulation chorus { 0.5f };
|
||||
gin::Distortion distortion;
|
||||
gin::StereoDelay stereoDelay { 120.1 };
|
||||
juce::Reverb reverb;
|
||||
gin::PlateReverb<float, int> reverb;
|
||||
gin::GainProcessor outputGain;
|
||||
gin::AudioFifo fifo { 2, 44100 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue