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