add visual scope

This commit is contained in:
2026-06-13 19:31:46 -05:00
parent dbc1db37e1
commit e9fff9691b
8 changed files with 80 additions and 37 deletions

View File

@@ -21,6 +21,7 @@ public:
float process(bool& scopeTrigger);
uint8_t note() { return note_; }
float frequency() { return noteToFrequency(note_); }
private: