Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krismakesstuff committed Mar 6, 2024
1 parent cc2df22 commit fb3a70b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions js/xyCanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ let sketch = function(p) {

}




p.mousePressed = function() {
Expand Down

0 comments on commit fb3a70b

Please sign in to comment.