This is a bug-fixing release; project assignment in .sav files should now work as expected.
2.3.2
Synths now mutate their wave synth overwrite locks appropriately when their state is changed.
2.3.1
- Fixed a minor bug (missing SAVFile.project_list method). - Projects load their song data lazily. This should make constructing Projects much faster.
2.3.0
This release incorporates recent speed improvements in bread, which should make .sav and project loading and saving substantially faster.
2.2.1
This release introduces Python 3 support and testing.
2.1.0
This is mostly a bug-fixing release. One minor addition: phrases and their FX are now manipulable using string values (`phrase.notes[5] = "C3"` or `phrase.fx[3] = "G"`, for example).