Godstrument/requirements.txt
monsterrobotparty 8deb65b4fe Godstrument: a multi-modal sensor-fusion instrument
Everything — your hand, the room, a satellite, the markets, the sky — becomes an
OSC control signal fused through a modulation matrix. Includes:
- hub + normalize (One-Euro) + matrix (curves/gates/quantize) + transform (tweaks/groups)
- 20+ workers: sim sensors, 8 keyless world feeds, ephemeris/almanac/clock (computed),
  time-warp replay (quakes/weather/db), and the dealgod market warehouse feed
- planetary orbital LFOs, SQLite recorder, city targeting
- live browser console: mute, group macros, drag-to-patch, inspector, Web MIDI

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 02:13:05 +10:00

13 lines
524 B
Plaintext

# Godstrument — core (required)
python-osc>=1.9
websockets>=12.0
# Optional: MIDI output from the hub to Ableton/TouchDesigner via a virtual port
# pip install python-rtmidi
# Optional: microphone FFT worker (workers/audio_worker.py)
# pip install numpy sounddevice
# Optional: webcam hand-tracking worker (workers/vision_worker.py)
# pip install opencv-python mediapipe # needs a Python build MediaPipe ships wheels for
# Optional: MIDI-in worker (workers/midi_worker.py)
# pip install mido python-rtmidi