Hi, here’s a sample from my latest project that combines particles with a MIDI timeline …
https://andy-weston-midi.netlify.app
This started out as an experiment with a timeline class to trigger some animations … but once I started dropping things onto it, I dove into particles to test it out. There’s really a huge number of parameters that can be adjusted on particles and I was pretty amazed at all the different looks you can get. I had a lot of fun with this one.
For the audio and the timeline, I used tone.js …
https://github.com/Tonejs/Tone.js
I found the MIDI file for the music here …
https://magenta.tensorflow.org/datasets/maestro
I used Quasar for my UI …
https://quasar.dev
–Andy