Skip to content

Releases: andamira/sofiza

v0.3.1

30 Sep 19:47
Compare
Choose a tag to compare
  • fix: f32 does not implement Eq trait #6
  • replace custom println logging with log::{debug, trace}.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Sep 12:29
Compare
Choose a tag to compare
  • now all opcodes can be parsed in the same line. (#4)
  • now both midi note names and numbers can be parsed. (#5) thanks to @deermichel for both PRs!
  • renamed from_str to from_name method in trigger, loop_mode and fil_type enums.
  • misc. warning fixes & doc updates.
  • derived several more std traits.
  • updated dependencies.

Full Changelog: v.0.2.3...v0.3.0

v0.2.3

30 Sep 11:38
Compare
Choose a tag to compare
  • update rust edition to 2021.
  • update dependencies.
  • fix clippy warnings.
  • misc. refactorings.

v0.2.2

19 Apr 13:56
Compare
Choose a tag to compare
  • fix incorrect group increment in parser.
  • fix incorrect region count reset in parser.
  • allow multiple opcodes per line, except for sample.
  • add bend_down & bend_up opcodes.

v0.2.1

18 Apr 09:45
Compare
Choose a tag to compare

make the Instrument.default_path field also public

v0.2.0

17 Apr 22:42
Compare
Choose a tag to compare
  • make the fields public for Instrument, Global and Region structs.
  • made error module public and the rest of modules private.
  • add a custom Result type.
  • update dependencies.

Full Changelog: v0.1.3...v0.2.0

v0.1.3

11 Jan 18:17
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.3

v0.1.2

30 Aug 17:24
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

12 Sep 18:26
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 Aug 17:23
Compare
Choose a tag to compare

Full Changelog: v0.0.0...v0.1.0