Skip to content

Releases: alexras/pylsdj

2.3.3

16 Feb 18:01
Compare
Choose a tag to compare

This is a bug-fixing release; project assignment in .sav files should now work as expected.

2.3.2

09 Feb 04:53
Compare
Choose a tag to compare

Synths now mutate their wave synth overwrite locks appropriately when their state is changed.

2.3.1

29 Jan 08:12
Compare
Choose a tag to compare
  • 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

25 Jan 23:21
Compare
Choose a tag to compare

This release incorporates recent speed improvements in bread, which should make .sav and project loading and saving substantially faster.

2.2.1

19 Jan 05:52
Compare
Choose a tag to compare

This release introduces Python 3 support and testing.

2.1.0

12 Jan 07:23
Compare
Choose a tag to compare

This is mostly a bug-fixing release. One minor addition: phrases and their FX are now manipulable using string values (phrase.notes[5] = "C#3" or phrase.fx[3] = "G", for example).

2.0

11 Jan 08:41
Compare
Choose a tag to compare
2.0

This release contains some bug fixes and a pretty significant refactor to the internal representation of instruments.