$ git clone https://github.com/anwaldt/first_sonification.git
$ cd python_sequencing
Launch the Pd patch and:
- activate DSP (Media dropdown menu)
- click the 'listen 6667' message to active
$ python3 -m venv sonification_venv
$ source sonification_venv/bin/activate
$ pip3 install numpy
$ pip3 install python-osc
The script can be called like this:
$ python3 sequencer.py PATH_TO_FILE --col 1 --interval 100