The duration computation for tuplets is wrong and results in the same values
for triplets and septuplets for example.
duration = (short)(duration * tuplet.getDefaultNoteLength() /
tuplet.getTotalRelativeLength());
should actually be the correct implementation.
Original issue reported on code.google.com by fl.lett...@gmail.com on 23 Feb 2013 at 1:46
Original issue reported on code.google.com by
fl.lett...@gmail.com
on 23 Feb 2013 at 1:46