[mono-list] Is MIDI implemented with Mono

Michael Geis michaelgeis11 at yahoo.com
Thu Sep 1 16:15:45 EDT 2005


Hello.
I just realized that my assumption that MCI is part of
the .NET famework is unfounded. So far I have seen it
used only in conjunction with DllImport.
That changes my question into: Are there ways to do
PCM or MIDI things in Mono/.NET without having to
resort to unmanaged code?
If the answer is no, I expect having to either write
spaghetti code or find a way to map 
winmm.dll's midiStreamOut to libasound.so's
snd_seq_schedule_note_event. Jonathan Prior states in
his Marshaling article that you can import method
my_foo in foo.dll and my_foo in foo.so.1.2.0 with the
same DllImport statement. Is there a way to extend the
above to importing differently named functions from
different libraries with one DllImport 
statement? Not sure whether this is actually a
reasonable thing to do _if_ it is possible.

Thanks for your consideration.

Michael

Thanks,
Michael


		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


More information about the Mono-list mailing list