Initial extraction: C++ MixerEngine standalone daemon

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.
This commit is contained in:
2026-06-23 12:17:45 -04:00
commit a5423b7f55
150 changed files with 21198 additions and 0 deletions
@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
# compile CXX with /usr/bin/c++
CXX_DEFINES =
CXX_INCLUDES = -I/home/oplabs/projects/oplabs-mixer-daemon/include -I/home/oplabs/projects/oplabs-mixer-daemon/build/_deps/nlohmann_json-src/include
CXX_FLAGS = -std=gnu++17 -fPIC -Wall -Wextra -Wpedantic