cornedriesprong / mingus

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

Factor out different kind of substitions in progressions.substitutions #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it returns a  big list of all kinds of substitutions. If you want
more fine grained control over it, you can't have it. 

This isn't ideal.

progressions.substitutions should still return this list, but it should
gather it from the new functions.

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

GoogleCodeExporter commented 9 years ago
Once this is done the progression tutorial should be updated.

Original comment by Rhijnauwen@gmail.com on 19 Jan 2009 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 19 Jan 2009 at 5:18

GoogleCodeExporter commented 9 years ago
Done substitute_harmonic, still needing:

 * substitute_minor_to_major
 * substitute_major_to_minor
 * substitute_diminished

Original comment by Rhijnauwen@gmail.com on 19 Jan 2009 at 5:46

GoogleCodeExporter commented 9 years ago
Added 

+ substitute_minor_for_major
+ substitute_major_for_minor
+ substitute_diminished_for_diminished
+ substitute_diminished_for_dominant

Tritone and secondary dominant substitution should be submitted as separate 
issues.

Original comment by Rhijnauwen@gmail.com on 1 Mar 2009 at 6:56