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.
10 lines
625 B
CMake
10 lines
625 B
CMake
# CMake generated Testfile for
|
|
# Source directory: /home/oplabs/projects/oplabs-mixer-daemon
|
|
# Build directory: /home/oplabs/projects/oplabs-mixer-daemon/build
|
|
#
|
|
# This file includes the relevant testing commands required for
|
|
# testing this directory and lists subdirectories to be tested as well.
|
|
add_test(mixer-core-test "/home/oplabs/projects/oplabs-mixer-daemon/build/mixer-test")
|
|
set_tests_properties(mixer-core-test PROPERTIES _BACKTRACE_TRIPLES "/home/oplabs/projects/oplabs-mixer-daemon/CMakeLists.txt;94;add_test;/home/oplabs/projects/oplabs-mixer-daemon/CMakeLists.txt;0;")
|
|
subdirs("_deps/nlohmann_json-build")
|