Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Releases: kataranum/synth-music

v0.2.1

04 Feb 21:31
1cd7a31

Choose a tag to compare

After a small delay, I finally finished everything I wanted to for v0.2.1. This release is focused more on adding new features, especially regarding sound synthesis.

Most focus lies on the new filtering functions, which are implemented using the FFT algorithm. You can manipulate the frequencies of a sound using these functions, similar to an EQ (only difference being that it's not a graphic EQ). On top of that there are a bunch of new noise functions which use these filters to derive different noise "colors" from white noise.

I also must say - my life currently is very busy, as you have already seen with this delay. I don't know if I'll have time to continue working on this project, for now I will declare that development (and maintenance) of this project are paused.

v0.2.0

16 Nov 17:51
95d6083

Choose a tag to compare

This update contains a few breaking changes, all for fixing annoyances I've noticed over time. The most significant part here it that the whole Instrument implementation works differently now to reduce repeated code for the user. There also are some smaller changes that are less related to instruments. View the changelog for more details.

Also check the new Instrument documentation, as you are most likely to be affected if you already have a project going.

v0.1.2

05 Nov 20:27
d777998

Choose a tag to compare

This is the first "real" update for this crate. It isn't big and only contains some patches to fix minor annoyances that I've noticed. There's also a Changelog now for viewing the changes for each version. Here all changes for this version:

  • Fix getting the active Measure in MeasureTrack
  • Remove redundancy of MeasureTrack by wrapping UnboundTrack

v0.1.1

23 Oct 17:43
9a44084

Choose a tag to compare

Introduces a fix for the broken section! macro.

v0.1.0 (BROKEN)

20 Oct 14:57
52046a4

Choose a tag to compare

NOTE: This release is broken because the section! macro does not work properly. Please use v0.1.1 instead.

The first release of the library.