On 03/15/2014 11:37 PM, Rustom Mody wrote:
On Sun, Mar 16, 2014 at 12:32 AM, Paul Brossier
<piem(a)piem.org>
wrote:
On Fri, Mar 14, 2014 at 09:12:42PM +0530, Rustom
Mody wrote:
I find this interesting In particular aubionotes
claims to get
midi (almost??) out of wav But I cant get it to work. That is
aubio -i foo.wav
wow, that's a bug!
adding -v, you will get the expected output.
Any easy/suggested way of converting to (actual) midi?
i'm looking into ways to improve it. With python, the midiutil package
should do the trick. in C, i don't know of a simple and portable library
to write midi files.
http://code.google.com/p/midiutil/
right now, the easiest way would be to use the vamp aubio plugin with
sonic visualizer, which should let you save the detected notes as a midi
file.
http://www.sonicvisualiser.org/
Let me know how it goes!
cheers, piem