Skip to content

A simple python script to determine all possible musical rhythms.

Notifications You must be signed in to change notification settings

ethanroday/possibleRhythms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PossibleRhythms

Example usage for finding all of the possible 4/4 two-measure phrases:

possibleMeasures = numPossibleMeasure(4)
possibleTwoMeasurePhrases = numPossiblePhrase(possibleMeasures,2)

About

A simple python script to determine all possible musical rhythms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages