Programming with midi, and tuning notes to specific frequencies

Posted by froggie0106 on Stack Overflow See other posts from Stack Overflow or by froggie0106
Published on 2010-12-29T06:50:15Z Indexed on 2010/12/29 6:53 UTC
Read the original article Hit count: 254

Filed under:
|
|
|
|

I am working on a project in which I need to be able to generate midi notes of varying frequencies with as much accuracy as possible. I originally tried to write my program in Java, but it turns out that the sound.midi package does not support changing the tunings of notes unless the frequencies are Equal Tempered frequencies (or at least it didn't in 1.4, and I haven't been able to find evidence that this has been fixed in recent versions). I have been trying to find a more appropriate language/library to accomplish this task, but since this is my first time programming with MIDI and my need for specific tuning functionality is essential, I have been having considerable trouble finding exactly what I need.

I am looking for advice from people who have experience writing MIDI programs as to what languages are useful, especially for tuning notes to specific frequencies. Any links to websites with API docs and example code would also be extremely helpful.

© Stack Overflow or respective owner

Related posts about java

Related posts about midi