wip: synth class
This commit is contained in:
@@ -7,6 +7,7 @@ typedef float (Oscillator::*DtFunction)(float);
|
||||
|
||||
class Oscillator
|
||||
{
|
||||
|
||||
private:
|
||||
OscillatorType m_osc;
|
||||
float m_freq;
|
||||
|
||||
Reference in New Issue
Block a user