fix: unitialized note struct

This commit is contained in:
2023-08-07 02:32:34 +04:00
parent 66c839e2ae
commit 6561666f7a

View File

@@ -12,7 +12,7 @@ private:
std::vector<Oscillator*> m_oscillators;
Adder m_adder;
//OscillatorUI* ui_oscillators;
Note m_current_note;
//Note m_current_note;
std::vector<float> m_out_signal;
std::vector<float> & get_note(int semitone, float beats);