mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
Tune synth down one octave; add LFO1/LFO2 OSC2 phase destination
This commit is contained in:
parent
1abf4f4b60
commit
a8928fc6a4
3 changed files with 13 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
#include <cmath>
|
||||
|
||||
enum class LFODest { FilterCutoff = 0, OSC1Freq, OSC2Freq, BothOsc };
|
||||
enum class LFODest { FilterCutoff = 0, OSC1Freq, OSC2Freq, BothOsc, OSC2Phase };
|
||||
enum class LFOShape { Sine = 0, Triangle, Saw, Square };
|
||||
|
||||
class LFO {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue