- Clarify copyright (MIT/3 clause BSD) (synchronise Cargo.toml with README.md).
- Deprecate envelopes.
- Polyphony has been deprecated in favour of the
polyphony
crate. - Move from the
sample
crate todasp_sample
to reduce compile times a little. - Re-export jack-specific data types to make it easier to upgrade
jack
without breaking things. - Give access to jack backend in callbacks.
- Implement
Display
andError
forHoundAudioError
and forCombinedError
.
- Add support for jack as a backend
- Add an abstraction for audio buffers
- Add support for offline rendering
- Add a backend independent mechanism for specifying meta-data. It also has a “user friendly” way for specifying the meta-data.
- Lots of edits to the documentation
- Lots and lots of refactoring big and small
Initial release.