mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
Add per-note velocity routing to filter cutoff and resonance
This commit is contained in:
parent
9e84707f93
commit
9ef77e04ab
6 changed files with 63 additions and 20 deletions
|
|
@ -94,7 +94,9 @@ void renderPreset(const Preset& preset, Result& out) {
|
|||
param(preset, "lfo2Rate", 2.0f),
|
||||
param(preset, "lfo2Depth", 0.0f),
|
||||
static_cast<int>(paramInt(preset, "lfo2Shape", 0)),
|
||||
static_cast<int>(paramInt(preset, "lfo2Dest", 0)));
|
||||
static_cast<int>(paramInt(preset, "lfo2Dest", 0)),
|
||||
param(preset, "velToCut", 0.0f),
|
||||
param(preset, "velToRes", 0.0f));
|
||||
|
||||
Distortion distortion;
|
||||
Compression compression;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue