Jellevanderwerff / thebeat

thebeat: Rhythms in Python for science
https://thebeat.readthedocs.io
GNU General Public License v3.0
19 stars 1 forks source link

Rhythm: Notes not tied correctly #71

Open Jellevanderwerff opened 5 months ago

Jellevanderwerff commented 5 months ago
rhythm = thebeat.music.Rhythm.from_integer_ratios([1, 2, 3, 2, 1, 2, 3, 2])
immagine
Jellevanderwerff commented 5 months ago

In the first bar in the example above there's now 5 quarternotes and one dotted eighth note (makes zero sense).

Jellevanderwerff commented 4 months ago

Working on it in fix_note_ties. Now, once done, we need to implement this in the Melody class as well!