Sonic Blooming is a guided meditation on the sound of movement, growth, and transformation in our environments both external and internal. At the time of year when the roses at the International Rose Test Garden are beginning to bloom, plants are generating more electricity than usual. For this project I was commissioned by my friend and fellow whateverSpace co-founder Crystal Cortez to create and design a website that visiters of the Portland International Test Garden can use to vibe with compositions created from various plants electrical impulse data read by sensors in a process called "Biodata Sonification" with fellow developer Jena Boehm. Crystal translated these impulses into musical pitches and sound that make up half of the composition you hear. The other half of the compositions are made up of field recordings collected in the space and added to the page throughout the month by patrons of the soundwalk via the Google Drive API. There's also a cool audio visualizer on the page created with P5js and the Web Audio API.
Project is created with:
- React
- p5.js
- Web Audio API
- Google Drive API
To run this project, install it locally using npm:
$ cd ../sonicBlooming
$ npm install
$ npm run start
