Skip to content

Releases: ain1084/rust_fbd_sequencer

v0.2.2

03 Sep 18:24
Compare
Choose a tag to compare
0.2.2 - Fixed an issue where noise would occur when a track starts wi…

…th a rest.

v0.2.1

13 Aug 15:49
Compare
Choose a tag to compare
0.2.1 - Fixed an issue where the pitch and volume were not updated on…

… the last clock during the note on event in a musical scale.

v0.2.0: Remove binary.

01 Jul 18:40
5ae0dc2
Compare
Choose a tag to compare

Changelog

[0.2.0] - 2024-07-02

Added

  • N/A

Changed

  • Removed the binary component from this crate and separated it into its own crate to enhance modularity and focus on library functionality.

Fixed

  • N/A

v0.1.0: Initial release

16 Jun 08:19
Compare
Choose a tag to compare

[0.1.0] - 2024-06-16

Added

  • Initial release of the project.
  • Support for the following platforms:
    • x86_64-unknown-linux-gnu
    • aarch64-apple-darwin
    • x86_64-pc-windows-msvc
    • aarch64-pc-windows-msvc

Changed

  • N/A

Fixed

  • N/A