diff --git a/README.md b/README.md index a057d4e..1b9502b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ # rnbo-step-sequencer a step sequencer built with [Max](https://cycling74.com/), [RNBO](https://cycling74.com/products/rnbo), and [p5]([p5.js](https://p5js.org/)) canvases to modulate chosen parameters. +live github build: https://krismakesstuff.github.io/rnbo-step-sequencer/ + +#### how to use: +1. click on steps to trigger sounds or choose a preset pattern. +2. hit play +3. play with knobs +4. assign parameters to each canvas +5. draw lines +6. repeat 1 - 6 -click on steps to trigger sounds. then choose parameters to control by clicking and dragging a line on the canvases. #### big credit to [Sam](https://github.com/starakaj) and this [video](https://youtu.be/l42_f9Ir8fQ?si=_1eSUs2Ipbc8S9cu) diff --git a/js/xyCanvas.js b/js/xyCanvas.js index bb01d1b..35ce600 100644 --- a/js/xyCanvas.js +++ b/js/xyCanvas.js @@ -482,6 +482,7 @@ let sketch = function(p) { } + p.mousePressed = function() {