- Akiko Okawa (viola)
- Cédric De Bruycker (bass clarinet)
- Quentin Meurisse (piano)
and EAVI EMG muscle sensing and Bela Pepper modular synthesizer. With programming and score preparation support by Francesco Di Maggio
This repo gathers software for the project. Musical notes to follow. The software explored deploying sound synthesis patches, in particular, forms of granular synthesis on microcontroller and single board computer systems like the OWL, Daisy, Bela, Organelle and Raspberry Pi.
Current contents of subdirectories include:
-
cipriani-giri-cloud
Max patches following Cipriani/Ghiri's book examples of a granular cloud generator, written by them in gen~ and ported by us to RNBO, and deployed on the Bela Pepper. This is the latest experimentation (advanced).
-
granulator03
A port of Sakonda-san's original Max granular time stretcher to PD by Adam Parkinson simplified to run on embedded systems. A good starting point. See also sakonda-mc below.
-
rnbo-pepper
Cloud generator using live input. Francesco Di Maggio's work in combining Ghiri's examples of the Cloud generator (above) and a circular buffer for realtime audio input. (super advanced)
-
sakonda-mc
My tests to reduce the number of overlapping grains and voices in Sakonda's granular (from granulator03 above) to stress test the microcontrollers. (Here mc means 'microcontroller', not 'multichannel'). They generate different errors from the Heavy compiler depending on the fork used, whether the target is Bela, OWL, or Daisy.