Can Silverlight communicate with a MIDI instrument? -
Can the Silverlight Silverlight application communicate with a MIDI device connected to a machine running? In-out or Browser
It seems that it is not possible in the Silverlight to communicate with a MIDI device You must do this for PInvoke methods in winmm.dll
, and it can not be done (apparently) in Silverlight. See:
This can be done easily in a WPF or WinForms application. It can also be done in the browser with XBAP, although you will need the permission of Elite to access the winmm
API, for which a certificate will be required. You can still use ActiveX with .NET You can make controls, but I think you will need a certificate for this to get the proper permission (though it can only work with a scary security confirmation dialog).
Comments
Post a Comment