2015-06-30 (0.4.2)  Robin Gareus <robin@gareus.org>
* honor playback speed in BBT calc & fix zero speed
* add LV2 version
* fix ranges and explicitly use int

2015-06-08 (0.4.1)  Robin Gareus <robin@gareus.org>
* key map/transpoe: use an enum with unit semitone

2015-05-23 (0.4.0)  Robin Gareus <robin@gareus.org>
* portablility updates (OSX, windows)
* fix potential array overflow in delaylines

2014-01-06 (0.3.0)  Robin Gareus <robin@gareus.org>
* add CC-map filter
* add CC-to-note
* sostenuto: allow to use CC64 to control pedal-state

2013-11-19 (0.2.0)  Robin Gareus <robin@gareus.org>
* new: midiCC value scale/offset/invert filter
* new: "Note to CC" plugin
* add inversion point feature to miditranspose plugin
* fix various warning with RDF (missing semicolon, ranges)
* add self-doc script using lv2toweb -> https://github.com/x42/midifilter.lv2

2013-10-21 (0.1.3)  Robin Gareus <robin@gareus.org>
* remove multi-line comment (cpp warning
* updated README
* fix typo: rename ntabdelay -> ntapdelay

2013-09-15 (0.1.2)  Robin Gareus <robin@gareus.org>
* add plugin description/doc
* update FSF address in GPL header

2013-06-16 (0.1.1)  Robin Gareus <robin@gareus.org>
* add some more built-in doc

2013-06-09 (0.1.0)  Robin Gareus <robin@gareus.org>
* fix transpose plugin -- check for parameter change in every process cycle
* add 'enforce scale' plugin
* many more new plugins.

2013-05-24 (0.0.3)  Robin Gareus <robin@gareus.org>
* new plugins:
- delayline w/ optional random delay
- velocity randomizer
- normrandvel - velocity filter with normal distribution
- sostenuto - piano pedal effect
- channel filter

2013-05-23 (0.0.2)  Robin Gareus <robin@gareus.org>
* first plugins: channel-map, velocity, duplicate/unison
* transpose plugin
* add keysplit w/transpose plugin
* filter active-sensing

2013-05-20 (0.0.1)  Robin Gareus <robin@gareus.org>
* initial framework, passthru example
