Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeCarter authored Oct 6, 2019
1 parent 674fe72 commit 5cf0c7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ The size determins how long the sound will last. Larger circles will sound out f

There are also a few parameters to adjust under the _KEY 1_ parameters page. Play around with those.

### v1.1
Added crow support.

Added params for output; audio or crow. If crow:
- Output 1: Trigger
- Output 2: Pitch
- Output 3: Y Pos (0 - 10V)
- Output 4: Radius (0 - 10V)
Added params for clock; midi or crow. Crow accepts clock on input 2. I would like this to be on input 1, but there is currently a bug with norns or crow mentioned here (https://llllllll.co/t/crow-help-norns/25863/10).

## lib/libCircles.lua

This is the library that does all of the heavy lifting. It keeps track of all of the circles, grows them and does the hit detection to decide when to burst them. It can comunicate with a client script by way of callback functions. If you're interested in any of this, please read the documentation in the file.

0 comments on commit 5cf0c7b

Please sign in to comment.