idahoenigmann / hauer_on_repeat

transforming numbers into music (Hauer algorithm)
https://twitter.com/haueronrepeat
7 stars 0 forks source link

length of 3 notes in monophonie too short #31

Closed idahoenigmann closed 5 years ago

idahoenigmann commented 5 years ago

The notes in every bar should add up to two quarter notes. This means when 3 notes are in one bar they each should have the length of (2/4)/3 or 1/6. Right now they are 1/8th long, which is why there is a (wrong) pause afterwards.