I am reading this post explaining how to play MIDI. I need to create a web application that will play MIDI requests for users. How to do it? Should I just make a Silverlight player that plays a MIDI file? So, how do I transfer the file to the player? Or maybe there is a way to interact with the client MIDI system.
NOTE. I need to create MIDI sequences, these are not ready-made files from my server (or they must be created first).
Any approaches would be welcome.
source
share