Initial scaffold: Pi Multi-FX Pedal with NAM A2, IR cab, multi-FX, MIDI, stomp UI

This commit is contained in:
2026-06-07 23:22:43 -04:00
commit ed29748a62
24 changed files with 6215 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Pi Multi-FX Pedal — Requirements
# Core audio
jackclient-python>=0.5.5
numpy>=1.24
# NAM inference (on RPi 4B aarch64)
# libtorch via nam Python package
neural-amp-modeler>=0.8.0
# IR convolution
# scipy for wav/IR file loading
scipy>=1.10
# UI
RPi.GPIO>=0.7.1
adafruit-circuitpython-ssd1306>=2.12
adafruit-circuitpython-neopixel>=6.3
pillow>=10.0
# MIDI
python-rtmidi>=1.5
# Config & presets
pyyaml>=6.0
orjson>=3.9
# Testing
pytest>=7.4
pytest-asyncio>=0.21
pytest-mock>=3.11