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. --- non-posts/lv2/mdaepiano/index.skr | 73 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 non-posts/lv2/mdaepiano/index.skr (limited to 'non-posts/lv2/mdaepiano/index.skr') diff --git a/non-posts/lv2/mdaepiano/index.skr b/non-posts/lv2/mdaepiano/index.skr new file mode 100644 index 0000000..78bcaf4 --- /dev/null +++ b/non-posts/lv2/mdaepiano/index.skr @@ -0,0 +1,73 @@ +(define meta + `((title . "LV2 plugin: mda EPiano"))) + +(list + (h1 [mda EPiano]) + + (p [This is an LV2 port of the mda EPiano VSTi (not to be confused + with the ,(ref "/lv2/mdapiano/" "mda Piano")). The original + VST that this port is based on was written by Paul Kellett.]) + + (p [The original ,(ref "/posts/2010-10-14-chinese-tune-mda-epiano.html" + "announcement post can be found here").]) + + + (h2 [Compiling]) + + (p [To compile the mda EPiano plugin, just execute the following + statement:]) + + (p (pre (code + [make TYPE=mdaEPiano +sudo make install TYPE=mdaEPiano]))) + + (p [This will copy the compiled plugin to ,(code + [/usr/local/lib/lv2]). To change the target prefix, pass the + ,(code [PREFIX]) variable to ,(code [make]).]) + + (p [To build the ,(ref "/lv2/mdapiano/" "mda Piano plugin") + instead, pass ,(code [TYPE=mdaPiano]) to ,(code [make]):]) + + (p (pre (code + [make TYPE=mdaPiano +sudo make install TYPE=mdaPiano]))) + + (p [,(strong [NOTE]): you will need the ,(ref "http://lvtoolkit.org" + "lvtoolkit libraries") to compile this plugin.]) + + + (h2 [Connecting]) + + (p [You will need an LV2 host to use the plugin. I’m using ,(code + [jalv.gtk]):]) + + (p (pre (code [jalv.gtk http://elephly.net/lv2/mdaEPiano]))) + + (p [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:]) + + (p (pre (code + [jack_connect system:playback_1 mdaEPiano:left +jack_connect system:playback_2 mdaEPiano:right]))) + + (p [I provide a simple connect script with the code which does these + things automatically.]) + + + (h2 [License]) + + (p [The original mda VST plug-ins by Paul Kellett are released under + the MIT license or under the GPL ,(em [“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.]) + + + (h2 [Download]) + + (p [,(ref "http://git.elephly.net/software/lv2-mdametapiano.git" + "Fetch the source here"). + The latest + ,(ref "http://git.elephly.net/software/lv2-mdametapiano.git/archive/0.0.2.tar.gz" + "release tarball can be downloaded here").])) -- cgit v1.2.3