streaming - Midi MediaElement support in Silverlight 3 -
I am also trying to create a small silver application to support some MIDI files. I have tried to use the media element, but I do not think it can read MIDI files, without any need to replace the MIDI file, do you know any one of the alternatives?
Silverlight does not support MIDI; There are a few ways you can handle it:
- Decodify MIDI (in some way) and synthesize the audio using a custom.
- Decode MIDI and use it to trigger MP3 samples.
- Add another control to that page that can play MIDI, such as Windows Media Player control.
Comments
Post a Comment