monomac

Where can I download compiled builds of MonoMac?

Miguel de Icaza announced a new project today called MonoMac, to develop apps for the Mac using Mono and C#: http://tirania.org/blog/archive/2010/Apr-19.html In the post, he provides links to the subversion repositories, but are there any builds of it available for download? ...

Is it possible to run LINQPad with Mono (Mac)

I have installed Mono 2.6.7 in Snow Leopard and would like to run LINQPad. I've gotten LINQPad (v2.21) to start but immediately get a FileNotFoundException. Has anyone been able to run it successfully? I assume the exception is because it's trying to read/write a config file or something but hopefully there is some workaround. Thanks...

Can I use OSX AUGraph from monomac?

I have an mp3 playing application written in C# which I would like to port to OSX. As it uses DirectShow to play mp3 I realise that I will need to recode the audio playback part. I found Apple's playfile sample which uses AUGraph. The Binding Cocoa section of http://www.mono-project.com/MonoMac mentions the "much simpler AudioToolBox ...