https://github.com/rdbende/audio-joystick
Use a joystick to pan audio in four directions
https://github.com/rdbende/audio-joystick
Last synced: 10 months ago
JSON representation
Use a joystick to pan audio in four directions
- Host: GitHub
- URL: https://github.com/rdbende/audio-joystick
- Owner: rdbende
- License: mit
- Created: 2025-01-26T21:44:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:31:52.000Z (over 1 year ago)
- Last Synced: 2025-03-26T17:50:18.485Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audio-joystick
Use a joystick to pan audio in four directions
This is a small client application that runs on the JACK audio server, and converts a stereo input to four output channels. The panning is determined by the incoming MIDI CC messages. You can basically pan the sound wherever you want in the room, by simply moving the MIDI joystick.
The MIDI joystick is made with a Rapsberry Pi Pico, and a basic resistive joystick mounted on a rather ugly PCB. The Pico runs CircuitPython, and sends out MIDI messages via USB. The code for it is in `code.py`