mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
Wire up remaining FX members, param layout, and section bounds
This commit is contained in:
parent
270abe2cc0
commit
758016634f
4 changed files with 18 additions and 6 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "DSP/Voice.h"
|
||||
#include "DSP/Distortion.h"
|
||||
#include "DSP/Compressor.h"
|
||||
#include "DSP/Limiter.h"
|
||||
#include "DSP/Delay.h"
|
||||
#include "DSP/Reverb.h"
|
||||
#include "PresetManager.h"
|
||||
|
|
@ -88,9 +89,11 @@ private:
|
|||
|
||||
Distortion distortion;
|
||||
Compressor compressor;
|
||||
Limiter limiter;
|
||||
Delay delay;
|
||||
ReverbFX reverbFX;
|
||||
float autoPanPhase = 0.0f;
|
||||
float autoPanPhaseOffset = 0.0f;
|
||||
|
||||
double currentSampleRate = 44100.0;
|
||||
double currentBpm = 120.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue