Hi all,<br><br>I ported the mda Piano VSTi by Paul Kellett to the LV2 specs.<br>The LV2 plugin has been tested in jalv. You can download the first working version here[1].<br><br>The original used a hard-coded C array to store sampled values; in this version the array<br>
has been replaced with a raw audio file. It should hence be possible to replace the sound<br>material that the plugin operates on with some higher quality samples.<br><br>The raw audio file can be played back with:<br>    aplay -t raw -f S16_LE -r 44100 data/samples.raw<br>
<br>Contributions / bug reports are welcome.<br><br>-- rekado<br><br>______<br>[1]: <a href="https://github.com/rekado/lv2-mdaPiano/archive/v0.0.1.tar.gz">https://github.com/rekado/lv2-mdaPiano/archive/v0.0.1.tar.gz</a><br>