MIDI send notes

I developed a music application and i would like to send midi notes to other devices.
Is there any posibility?
I have seen a midi library in lua but i really dont know if it can be useful.

http://www.pjb.com.au/comp/lua/MIDI.html

Is there any workaround?
[import]uid: 113117 topic_id: 23342 reply_id: 323342[/import]

I had a quick look at the midi.lua library file to see how it was sending the MIDI data and it looks to be using the os.execute function. So I don’t think this won’t work with Corona. [import]uid: 2646 topic_id: 23342 reply_id: 93573[/import]