cornedriesprong / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
0 stars 0 forks source link

Adding triplets, etc. to Bars #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need a way to represent triplets, quintuplets, etc. 
It's probably easiest to do this with a tuple; eg. (4/3) and (4/5) for
quarter triplets and quarter quintuplets. This probably doesn't play too
well with the floating point stuff in Bar, thus changing the is_full method
among others would probably be necessary.

Planned for version 0.4

Original issue reported on code.google.com by Rhijnauwen@gmail.com on 7 Sep 2008 at 4:16

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 7 Sep 2008 at 4:23

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 2 Dec 2008 at 9:54