Files
uno-q-audio-synth/system/detect-i2s-device.service
T
david 8cd796e3dd Initial commit: Arduino Uno Q USB Audio Synth project
- USB gadget (UAC1 + MIDI) with boot persistence
- USB host mode with auto-detection
- Pure Data synth patch with ALSA + UDP netreceive MIDI input
- MIDI rawmidi-to-UDP bridge (midi-bridge.py)
- LED matrix visualization (led-matrix-viz.py via arduino-router RPC)
- MCU sketch for LED matrix control (Arduino_RouterBridge + ArduinoGraphics)
- Conftest/OPA Rego policy validation suite for .pd files
- gen_synth_pd.py: programmatic .pd file generator
- System services: midi-bridge, led-matrix-viz, pd-synth-auto, usb-role-detect
- Justfile with deploy, enable, diagnostic recipes
- Diagnostic script (diag.sh)
2026-06-22 22:46:36 -07:00

12 lines
215 B
Desktop File

[Unit]
Description=Determine and set I2S audio ALSA device
Before=pd-synth-i2s.service
[Service]
Type=oneshot
ExecStart=/usr/local/bin/detect-i2s-device.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target