-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme's are helpful as well as providing info on future updates
- Loading branch information
1 parent
4d247ec
commit 58f7f47
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# polyrhythm-generator | ||
Webpage that generates tables for counting polyrhythms. Written in HTML, CSS, and JS. Uses a little math.js, but a version without is available. | ||
|
||
## Current features: | ||
+ Pulse/Counterpulse input | ||
+ Resolve value (the number of beats until both pulses happen on the same beat) | ||
+ Table w/ accents | ||
## Features in Development | ||
+ Divided line segments (for [polyrhythmic juggling, baby](https://www.youtube.com/watch?v=wEPu8rEYQJY)) | ||
+ Quick counting for faster polyrhythms (like 1 2 3 41 for 7:11) | ||
+ Known counting phrases ("pass the godd*** butter" for 4:3 or "nice cup of tea" for 3:2) |