I'm sure if all you Mac users were kind enough to pool together and buy him a Mac, he'd be happy to do it.
Seriously though, the app is written in .net using a lot of windows specific components. I took a look at the code myself when I was looking into porting it to Linux. The entire presentation layer does not exist in the non-Windows world and there is no Mono/Moonlight equivalent of what he is using.
What's wrong with using the online version that someone put together a bit back?
Current Gear: Kronos 61, RADIAS-R, Volca Bass, ESX-1, microKorg, MS2000B, R3, Kaossilator Pro +, MiniKP, AX3000B, nanoKontrol, nanoPad MK II,
Other Mfgrs: Moog Sub37, Roland Boutique JX03, Novation MiniNova, Akai APC40, MOTU MIDI TimePiece 2, ART Pro VLA, Focusrite Saffire Pro 40.
Past Gear: Korg Karma, TR61, Poly800, EA-1, ER-1, ES-1, Kawai K1, Novation ReMote37SL, Boss GT-6B
Software: NI Komplete 10 Ultimate, Arturia V Collection, Ableton Live 9. Apple OSX El Capitan on 15" MacBook Pro
Sorry I react so late, I have been away from internet for a few days.
However, I have good and bad news.
Let's start with the bad news: I myself is not going to port the application to a Mac, mostly because of the following reasons:
- My wish list is already far too big to accomplish in reasonable time
- One of the goals of this project is for me to learn C# icm WPF programming and not Mac programming
- I don't have a Mac myself (and no, buying me one will not pursuade me to do it).
However there is good news too (although not real news):
- The application runs in several windows emulators.
See for more info in the manual post: http://www.korgforums.com/forum/phpBB2/ ... &start=300
- If somebody or a group of persons would like to port it, I will give source code and wherever explain how it works (up to some amount of time).
Btw, there are now 440 people having requested the application (and of course receive it), some of them are Mac users (using an emulator). I don't have a list of who is using what exactly but those might react here to write how they get it work.
Environment
I am using Microsoft Visual C#.NET, version 4.0, using LINQ, WPF and possibly some other 4.0 specific features.
Mono (which is a C# port for other platforms) does not support WPF and possibly not LINQ and more (yet).
However, I did some try to split the screens (WPF) and the model but even then you cannot 100% port it immediately so it will probably take some work to port it to a Mac.