From f5f793124fe7ae9950b0fd9457374946b3b6c294 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 24 Jan 2013 17:05:17 +0800 Subject: use Hakyll instead of middleman --- posts/2010-10-14-chinese-tune-mda-epiano.markdown | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 posts/2010-10-14-chinese-tune-mda-epiano.markdown (limited to 'posts/2010-10-14-chinese-tune-mda-epiano.markdown') 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: + + + +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. -- cgit v1.2.3