#ml5js

Interactive Melody Explorations #music #audiovisual #web #javascript #p5js #ml5js #tonejs #itp #the-code-of-music #featured

Mar 06, 2024

For this series, I wanted to create a simple interface for “drawing” melodies on the screen. I started with a mouse interaction where clicking and dragging the mouse drew a sequence of linked nodes along the path of the cursor movement. It worked much like how you would expect any drawing app to work. The melody would start playing as soon as you release your mouse. The nodes were sequentially highlighted as their corresponding notes were played.

[ Read more ]