cornedriesprong / mingus

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

Add beat, value, notes generator to Bar #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To use like this:

for beat, value, notes in bar.items()

Original issue reported on code.google.com by Rhijnauwen@gmail.com on 28 Jun 2009 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 29 Jun 2009 at 3:34

GoogleCodeExporter commented 9 years ago
This is already possible with 

  for beat, value, notes in bar:
    print beat, value, notes

Original comment by Rhijnauwen@gmail.com on 28 Sep 2009 at 12:19