summaryrefslogtreecommitdiff
path: root/posts/2010-10-14-chinese-tune-mda-epiano.markdown
blob: 2f7799f8476e18d7ea092951d11b6e603ff4c36c (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
---
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.