DESCRIPTION
Our Geiger Counter detecting radioactivity, and sending pulses in real-time to this page through an Arduino wifi-connected to internet.
When a radioactivity pulse is received:
- The Processing JS code draws a line , with a random location from left to right,
- The RNBO Patch Web Export part generates an amplitude envelope for a sinewave (8-voices polyphonic small synth).
The random position of lines from left to right also matches the panning position of the related playing voice.
The RNBO Patch Web Export also informs back the Processing JS code with the amplitude of each voice, making it able to change the vertical size of the line, in real-time.
It also runs one freeverb gen-based algorithm for each voice, for reverberation feature.