This commit is contained in:
2023-08-08 17:05:08 +04:00
parent cadeeb323d
commit a1fef25838
6 changed files with 63 additions and 16 deletions

View File

@@ -21,4 +21,5 @@ public:
~Synth();
void ProduceNoteSound(Note input);
const std::vector<float> & GetOutSignal() { return m_out_signal; }
const std::vector<Oscillator*>& GetOscillators() { return m_oscillators; }
};