summaryrefslogtreecommitdiff
path: root/posts/2010-10-14-chinese-tune-mda-epiano.markdown
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-24 17:05:17 +0800
committerrekado <rekado@elephly.net>2013-01-24 17:05:17 +0800
commitf5f793124fe7ae9950b0fd9457374946b3b6c294 (patch)
treec9a96b01f6e9572acb702928e5d2426e449cef5f /posts/2010-10-14-chinese-tune-mda-epiano.markdown
use Hakyll instead of middleman
Diffstat (limited to 'posts/2010-10-14-chinese-tune-mda-epiano.markdown')
-rw-r--r--posts/2010-10-14-chinese-tune-mda-epiano.markdown25
1 files changed, 25 insertions, 0 deletions
diff --git a/posts/2010-10-14-chinese-tune-mda-epiano.markdown b/posts/2010-10-14-chinese-tune-mda-epiano.markdown
new file mode 100644
index 0000000..2f7799f
--- /dev/null
+++ b/posts/2010-10-14-chinese-tune-mda-epiano.markdown
@@ -0,0 +1,25 @@
+---
+title: Chinese Tune / The mdaEPiano
+date: 2010/10/14
+tags: code, music
+photo: mda-epiano-coding.jpg
+flattr: 72898/LV2-port-of-the-mda-E-Piano-VSTi
+---
+
+In the past two days (actually, mornings and evenings) I have been working on
+porting the famous [mda EPiano VSTi plugin](http://mda-vst.com) to the LV2
+plugin framework. The sound of the electric piano is very inspiring. Hear for
+yourself:
+
+<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6120886&amp;show_comments=true&amp;auto_play=false&amp;color=ffaa00"></param> <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F6120886&amp;show_comments=true&amp;auto_play=false&amp;color=ffaa00" type="application/x-shockwave-flash" width="100%"></embed> </object>
+
+You can [download the recording from soundcloud](http://soundcloud.com/rekado/chinese-tune).
+The recording was done with `arecordmidi` while routing all incoming midi
+events through the LV2 plugin. An instance of `jack_capture` was used to
+record the generated sound simultaneously. If you want to compare my port of
+the plugin to your favorite synthesizer, you can [download the midi file
+here](/downies/music/chinese-tune.mid).
+
+The LV2 port can be [downloaded from my github
+repository](http://github.com/rekado/lv2-mdaEPiano). Please flattr this post if
+you like my porting work.