Categories
dynamic sound generation flashplayer 10 java midi

midi-to-flash code published in google code

Deprecated, please use Chris Wilson’s WebMIDIAPI Shim Recently i have been asked several times for the code of the midi-to-flash bridge. It has always been my plan to publish the code but i could not find the time to do it. Finally today i have uploaded the code to Google Code, you can find the repository over here:

http://code.google.com/p/miditoflash/ It is published under new BSD license. Though this is a non-reciprocal license, it would be nice if you update me about your improvements. See the generated asdocs. You can compile the code with Flex SDK and with Adobe’s Flash IDE. Read more about compiling with the Flash IDE here. The code of the Chord Finder app uses the net.abumarkub.harmony package and has only been uploaded partly; currently i am busy implementing more chords and modi. In the code chords and modi are represented as 12 bits numbers to get the smallest possible response time when you play a chord on your keyboard. I’ll go into further detail in a future post.