From 0d58b658a63f4ec3e938deffee22763131a816b8 Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 16 Aug 2015 05:15:04 +0200 Subject: Convert articles to skribe format. --- static/lv2/mdaepiano.markdown | 57 ------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 static/lv2/mdaepiano.markdown (limited to 'static/lv2/mdaepiano.markdown') diff --git a/static/lv2/mdaepiano.markdown b/static/lv2/mdaepiano.markdown deleted file mode 100644 index 5865adf..0000000 --- a/static/lv2/mdaepiano.markdown +++ /dev/null @@ -1,57 +0,0 @@ -# mda EPiano - -This is an LV2 port of the mda EPiano VSTi (not to be confused with the -[mda Piano](/lv2/mdapiano.html)). The original VST that this port is -based on was written by Paul Kellett. - -The original [announcement post can be found here](/posts/2010-10-14-chinese-tune-mda-epiano.html). - - -## Compiling - -To compile the mda Piano plugin, just execute the following statement: - - make && sudo make install - -This will copy the compiled plugin to `/usr/local/lib/lv2`. To change -the target prefix, pass the `PREFIX` variable to `make`. - -To build the mda EPiano plugin, pass `TYPE=mdaEPiano` to `make`: - - make TYPE=mdaEPiano - sudo make install TYPE=mdaEPiano - -**NOTE**: you will need the [lvtoolkit libraries](http://lvtoolkit.org) to -compile this plugin. - - -## Connecting - -You will need an LV2 host to use the plugin. I'm using `jalv.gtk`: - - jalv.gtk http://elephly.net/lv2/mdaPiano - -You should now be able to connect your MIDI device to the plugin via JACK. Also -don't forget to connect the plugin's stereo output to your system's outputs: - - jack_connect system:playback_1 mdaPiano:left - jack_connect system:playback_2 mdaPiano:right - -I provide a simple connect script with the code which does these things -automatically. - - -## License - -The original mda VST plug-ins by Paul Kellett are released under the -MIT license or under the GPL "either version 2 of the License, or (at -your option) any later version". The LV2 ports of the mdaPiano and -mdaEPiano plugins by rekado are released under GPLv3, or (at your -option) any later version. - - -## Download - -[Fetch the source here](http://git.elephly.net/software/lv2-mdametapiano.git). -The latest -[release tarball can be downloaded here](http://git.elephly.net/software/lv2-mdametapiano.git/archive/0.0.2.tar.gz). -- cgit v1.2.3