Hi!
I’m writing a simple audio plugin to get to know Juce and to get an idea of all the special things to consider with different hosts (having quite some experiences as a developer for Windows, but being a Mac newbie).
My plugin (and the Juce demo plugin) works fine as a VST plugin on Win7 in Cubase and other hosts - i can switch tabs, move sliders, store settings and get proper audio output. But as a RTAS plugin in ProTools 7/8 on Mac OS 10.4 (ppc) and 10.5 (intel) i can only open the plugin GUI and that’s it.
The plugin does not respond to any mouse or keyboard action. The same issue occurs with the Juce demo plugin (the simple keyboard).
To create the RTAS XCode projects (using XCode 3.1) I opened the jucer file of the demo plugin, switched plugin formats from VST+AU to RTAS and stored this as XCode project. In XCode I had to add the header include and library paths for RTAS, then building was possible without any error.
“JucePlugin_EditorRequiresKeyboardFocus” is set properly and I couldn’t find hints concerning other flags or general build settings.
Any idea what’s going wrong here?
So far I could fix any other problems by searching this forum or the web, but I’m totally lost with this.
Please let me know if you need any other information or maybe the project files.
Thanks a lot, f