wip: project compiles
This commit is contained in:
11
inc/Synth.h
11
inc/Synth.h
@@ -21,13 +21,4 @@ public:
|
||||
~Synth();
|
||||
void ProduceNoteSound(Note input);
|
||||
const std::vector<float> & GetOutSignal() { return m_out_signal; }
|
||||
};
|
||||
|
||||
Synth::Synth(/* args */)
|
||||
{
|
||||
m_oscillators.push_back(new Oscillator(OscillatorType::Sine, 440.f, VOLUME));
|
||||
}
|
||||
|
||||
Synth::~Synth()
|
||||
{
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user