summaryrefslogtreecommitdiff
path: root/non-posts/lv2/mdaepiano/index.skr
blob: 78bcaf4f0bde9043fe6e75130c66644138aba222 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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").]))