Version 1.0.6 (2022-05-05): * Compile everything with the -Wpedantic option * Disable some GTK-related deprecation warnings * Make uri_to_id() not crash when the host doesn't support the URIMap extension Version 1.0.5 (2013-07-30): * Adjust parsing code to work with the broken Boost.Spirit API Version 1.0.4 (2011-02-27): * Fixed bug in LV2::Synth that made all synth plugins require the event refcounting feature (reported by many people before I realised it was actually a bug rather than a feature) Version 1.0.3 (2010-01-07): * Fixed build system bug that added $(LDFLAGS) to the static linker (reported by Philipp Überbacher) Version 1.0.2 (2008-04-25): * Run pre_process() and post_process() every cycle even if there are no voices * Render voices even if there are no events (fix from David Creswick) * Made LV2::Synth::handle_midi() overrideable Version 1.0.1 (2008-04-16): * Added documentation for the WriteMIDI GUI mixin * Added missing include lines in lv2_event_helpers.h and lv2gui.hpp * Fixed URI bug in the Presets GUI mixin * Added documentation about LV2::INVALID_KEY to Voice::on() Version 1.0.0 (2008-04-08): * First release