An open API service indexing awesome lists of open source software.

https://github.com/noahspott/pi-generative-synth


https://github.com/noahspott/pi-generative-synth

Last synced: 2 months ago
JSON representation

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