Release v0.5.1
Pre-release
Pre-release
We are happy to release the new version 0.5.1 of rust-lv2, a safe, fast, and ergonomic framework to create LV2 plugins for audio processing, written in Rust.
This release adds wmidi
and lv2-units
to the plugin
feature set of lv2
. This change was made since these features are almost always used by simple plugins that process MIDI messages; Plugins that process MIDI messages but don't use wmidi
are pretty rare.