dynamic string tuning

This commit is contained in:
2026-06-22 21:31:53 -05:00
parent b4df8657dd
commit 3e94d64f4a
7 changed files with 191 additions and 44 deletions

View File

@@ -6,6 +6,7 @@
#include "NoteQueue.hpp"
#include "Voice.hpp"
#include "Scope.hpp"
#include "Filter.hpp"
#include <vector>
@@ -25,6 +26,7 @@ private:
Voice* findVoiceByNote(uint8_t note);
std::vector<uint8_t> sustainedNotes_;
Filter filter_;
// voices
static constexpr size_t MAX_VOICES = 32;