https://github.com/noahspott/pi-generative-synth
https://github.com/noahspott/pi-generative-synth
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noahspott/pi-generative-synth
- Owner: noahspott
- Created: 2023-10-24T20:25:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-08T06:30:14.000Z (over 1 year ago)
- Last Synced: 2025-02-14T17:40:46.309Z (4 months ago)
- Language: Python
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pi-generative-synth
## Install
Follow these instructions to install supercollider on RPI:
https://github.com/supercollider/supercollider/blob/develop/README_RASPBERRY_PI.md## Setup Audio I/O
Create your Jack configuration file:
"dhw:3" is your desired audio I/O device. For me, that is my audio interface.
echo /usr/bin/jackd -P75 -dalsa -dhw:3 -r44100 -p512 -n3 > ~/.jackdrc
You might want to change your audio I/O device. To see your available devices:
aplay -l## Startup
### Setup Environment
Make sure your terminal is in the appropriate environment. For my system, I created an environment called synthenv with the associated dependencies.
. ~/synthenv/bin/activate### Setup Audio Interface
Make sure your audio interface is connected and turned on!###
Run main
python3 main.py