Releases: kataranum/synth-music
v0.2.1
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
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
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
v0.1.0 (BROKEN)
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.