feat: full rendering

This commit is contained in:
2023-08-08 22:07:41 +04:00
parent a1fef25838
commit 5c485047fb
4 changed files with 159 additions and 4 deletions

View File

@@ -12,5 +12,5 @@ struct OscillatorGuiState {
};
struct SynthGuiState {
std::vector<OscillatorGuiState> oscillators;
std::vector<OscillatorGuiState*> oscillators;
};