diff options
| author | anastasisg <anastasis@learnworlds.com> | 2025-11-28 15:25:16 +0200 |
|---|---|---|
| committer | anastasisg <anastasis@learnworlds.com> | 2025-11-28 15:25:16 +0200 |
| commit | d394d6e056788bfb3764463cd04d796f74924e15 (patch) | |
| tree | c28947dbac6eec56046ab717d5ade8dca09af94d /src/synth_engine.h | |
| parent | 5f3058f662b7222ea47a49ea2a450aa0491b5496 (diff) | |
| download | synth-project-d394d6e056788bfb3764463cd04d796f74924e15.tar.gz synth-project-d394d6e056788bfb3764463cd04d796f74924e15.tar.bz2 synth-project-d394d6e056788bfb3764463cd04d796f74924e15.zip | |
add lfo-on-pitch toggle
Diffstat (limited to 'src/synth_engine.h')
| -rw-r--r-- | src/synth_engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h index 254bf21..6bc504a 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -110,6 +110,7 @@ typedef struct { adsr_t adsr; adsr_t f_adsr; + int lfo_on_pitch; int lfo_on_cutoff; float lfo_index; lfo_t lfo; |
