COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :
Old 05-11-2009, 09:08 AM   #1
cc_
Human being with feelings
 
Join Date: Mar 2009
Posts: 256
Default IPlug and Cubase LE on intel mac

Has anyone got IPlug working with Cubase LE on a mac? It's kind of old (not a UB), but they gave away a lot of copies with hardware, so I'd like to get it working.

At first it didn't find IPlug plugins at all, but I fixed that by looking how the vstsdk did things and adding this to the other VST exports:

Code:
#if defined __APPLE__ && defined __ppc__
    EXPORT void* main_macho (audioMasterCallback audioMaster) 
    { 
      return VSTPluginMain (audioMaster); 
    }
#endif
Now it almost works, the only problem is that sometimes the gui comes up blank and doesn't redraw until you click on something. Also the close window button on the plugin doesn't work (you have to use the hide/show button in the VST instruments rack). The preset buttons under the plugin gui don't work either.

Any ideas? It's a bit hard to debug because I don't have an PPC mac, and the xcode debugger doesn't work with PPC apps.
cc_ is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:42 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.