v1.1: Add New Band button and FIR quality selector

- New Band button in header bar for adding EQ nodes
- FIR latency dropdown: 4096 (~46ms), 8192 (~93ms), 16384 (~186ms)
- Version bump to 1.1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-03-25 10:37:07 +01:00
szülő 6a5f331185
commit f95c6e4b17
6 fájl változott, egészen pontosan 57 új sor hozzáadva és 11 régi sor törölve

Fájl megtekintése

@@ -44,6 +44,8 @@ public:
std::atomic<bool> bypassed { false };
std::atomic<float> masterGainDb { 0.0f };
void setQuality (int fftOrder);
FIREngine& getFIREngine() { return firEngine; }
double getCurrentSampleRate() const { return currentSampleRate; }