General MIDI sound playback

I’ve been using monogame for the graphics side of things and haven’t looked at the sound. I use naudio, which I believe monogame uses anyway to play mp3’s and wav files. What I also need is general midi support to play the built in sounds. I use midi.net http://code.google.com/p/midi-dot-net/ and it works fine. However soon I want to port things to Mac and Linux and this library is Windows only. Does anyone know of a cross platform library for accessing a soundcards general midi sound banks or if monogame can do this thourgh it’s audio API?

Just found Naudio.midi ! Will post back if that proves a handy replacement.

Not sure how I missed it first time but it seems to work. Some more testing required but it’s worked so far.