refactor config classes

This commit is contained in:
2026-07-04 13:22:25 -05:00
parent 269648e021
commit 9365e12bb4
26 changed files with 266 additions and 172 deletions

View File

@@ -3,7 +3,7 @@
#include <cmath>
#include "synth/Instrument.hpp"
#include "synth/Instruments/Instrument.hpp"
class PianoString : public Instrument {