fix scope triggering

This commit is contained in:
2026-01-15 23:51:51 -06:00
parent b160c8ae69
commit bb392c4d9d
4 changed files with 24 additions and 12 deletions

View File

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