a5423b7f55
Extracted from op-pedal mixer-engine branch. Core components: - MixerEngine / MixerChannelStrip / MixerBus — cleaned of LV2/Pedalboard/IHost/MidiMapper deps - MixerControlServer — Unix domain socket JSON control interface - main.cpp — JACK audio I/O client with headless fallback - CMake build — auto-fetches nlohmann/json, links JACK - 9 core tests passing Architecture: JACK ports → MixerEngine::process() → JACK ports, controlled via Unix socket JSON commands.
11 lines
190 B
Makefile
11 lines
190 B
Makefile
CMAKE_PROGRESS_1 = 1
|
|
CMAKE_PROGRESS_2 = 2
|
|
CMAKE_PROGRESS_3 = 3
|
|
CMAKE_PROGRESS_4 = 4
|
|
CMAKE_PROGRESS_5 = 5
|
|
CMAKE_PROGRESS_6 = 6
|
|
CMAKE_PROGRESS_7 = 7
|
|
CMAKE_PROGRESS_8 = 8
|
|
CMAKE_PROGRESS_9 = 9
|
|
|