cornedriesprong / mingus

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

progressions.substitute extra: return lists of progressions #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we can do:

>>> progressions.substitute(["I", "IV", "V", "I"], 0)
['III', 'III7', ...etc]

It would be nice if we could also get a movement back.

>>> progressions.substitute(["I", "IV", "V", "I"], 0, 2)
[["Vm", "Idom7"], ...]

Original issue reported on code.google.com by Rhijnauwen@gmail.com on 25 Dec 2008 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 26 Dec 2008 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 2 Mar 2009 at 6:16