wip: synth class

This commit is contained in:
2023-08-07 00:34:14 +04:00
parent 850dedb319
commit d20dbd920f
5 changed files with 174 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ typedef float (Oscillator::*DtFunction)(float);
class Oscillator
{
private:
OscillatorType m_osc;
float m_freq;