Phase 1-4: Audio stack, mixer engine, MIDI, and network API
Lint & Validate / lint (push) Has been cancelled
Lint & Validate / lint (push) Has been cancelled
P2-R1: ALSA + JACK2 low-latency config (scripts, quirks, tuning) P2-R2: Carla integration (build scripts, 8ch rack config, NAM LV2 support) P2-R3: Plugin manager, categories, blacklist, NAM model support P3-R1: Mixer DSP engine (channel strip, routing matrix, bus mgr, automation) P4-R1: MIDI engine (learn mode, clock sync, HID discovery, mapping store) P4-R2: Network API (OSC server, FastAPI REST, WebSocket, auth, rate limiter) P5-R1: Touchscreen UI evaluation + main entry point docs: Audio stack, Carla integration, MIDI support, UI evaluation tests: Full test suite (292 passing)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<CARLA-PATCHBAY version="2.6.0">
|
||||
<Connection id="0" source="system:capture_1" dest="Carla:Ch1_Gate_in1" label="Capture 1 → Ch1 Gate" enabled="true" />
|
||||
<Connection id="1" source="system:capture_2" dest="Carla:Ch2_Gate_in1" label="Capture 2 → Ch2 Gate" enabled="true" />
|
||||
<Connection id="2" source="system:capture_3" dest="Carla:Ch3_NAM_in1" label="Capture 3 → Guitar NAM" enabled="true" />
|
||||
<Connection id="3" source="Carla:Master_Limiter_out1" dest="system:playback_1" label="Master L → Playback 1" enabled="true" />
|
||||
<Connection id="4" source="Carla:Master_Limiter_out2" dest="system:playback_2" label="Master R → Playback 2" enabled="true" />
|
||||
</CARLA-PATCHBAY>
|
||||
Reference in New Issue
Block a user