From: Pete S. <pst...@gm...> - 2010-07-05 14:26:13
|
On 6/21/2010 2:49 PM, BV = Bob Vogel wrote: BV>> * There is a wave2midi converter called WAON BV>> that will take a wave file and convert it to midi. On 7/4/2010 2:56 PM, Pete Stieber wrote: PS> Now that is a difficult problem! I found PS> http://waon.sourceforge.net/ and checked PS> out the CVS repository. BV>> Perhaps that could be placed on the menu as an BV>> import for audio files. (?) PS> Sounds like an idea. Have you built this code? I managed to get this code built on a Linux box, and the code worked. This would take some work to incorporate into Jazz++. Jazz++ is a cross-platform program, while WAON is Linux specific. It would take some refactoring to replace some libraries used by WAON with those used by Jazz++, and some porting of other libraries to get everything working. I am interested in this. I'm an electrical engineer by trade and the use of fast Fourier transforms and a spectrogram to determine pitch is interesting to me. I would also like to attempt a sheet music display. I've look at a few code to get ideas, but haven't found anything that I could integrate quickly. Have you looked into this? Pete |