v1.2.2: Live spectrum analyzer, makeup gain, drag-and-drop signal chain
- Real-time FFT spectrum analyzer drawn behind EQ curves - Makeup gain knob (+/- 24 dB) after limiter - Draggable signal chain panel: reorder Master Gain / Limiter / Makeup Gain - Chain order saved/restored with DAW session - Scaled fonts in signal chain panel Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
project(InstaLPEQ VERSION 1.1.3)
|
||||
project(InstaLPEQ VERSION 1.2.2)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
@@ -35,6 +35,7 @@ target_sources(InstaLPEQ
|
||||
Source/EQCurveDisplay.cpp
|
||||
Source/FIREngine.cpp
|
||||
Source/NodeParameterPanel.cpp
|
||||
Source/SignalChainPanel.cpp
|
||||
)
|
||||
|
||||
target_compile_definitions(InstaLPEQ
|
||||
|
||||
Reference in New Issue
Block a user