Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.16 KB

rnbo-step-sequencer

a step sequencer built with Max and exported via RNBO. It uses lines drawn on p5.js canvases to modulate parameters of the step sequencer.

live github build: https://krismakesstuff.github.io/rnbo-step-sequencer/

demo video: https://www.youtube.com/watch?v=VdBxwLx5CV4&ab_channel=krismakesmusic

how to use:

  1. hit play
  2. click on steps to trigger sounds or choose a preset pattern.
  3. play with knobs
  4. assign parameters to each canvas
  5. draw lines
  6. repeat

big credit to Sam and this video

drum samples used:

todo:

  • add scales and octaves to "quantize the canvas". add select elements
  • add more canvases. but need to refactor xyCanvas.js first.