New DLL calling feature

DSP related issues, mathematics, processing and techniques
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: New DLL calling feature

Post by trogluddite »

Unlikely, I'm afraid. The FS plugin would still be looking for Windows resources like the GDI+ graphics that I mentioned before - without bootcamp, all of the system resources, disk access, memory allocation etc. are those of MacOS, which the FS engine won't know how to interface with.
The actual DSP opcodes, in principle, would execute on the CPU - but without all the supporting stuff from the operating system, it might not even be able to do something as simple as reserving memory addresses to use for storing stuff.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: New DLL calling feature

Post by Nubeat7 »

the only adapter which could maybe work is the winebottler stuff which chackl is experimenting with

http://winebottler.kronenberg.org/

there is also a company using this, they can port your app to mac for a few 1000$ + a licence where you have to pay per sale http://www.codeweavers.com/

they also ported FL Studio to mac..

i`m asking myself if it would be possible to get c++ source code out of a FS project, an option like "export to vs2012 project" if this would work and the stream and gui parts are well seperated you could do gui part new in c++ using vst gui 4, juce or whatever and you wouldnt have to write everything from scratch.. something like an UML program which can create c++ code
Post Reply