Hello everybody!! I’m working with Juce for few months and this is my first topic.
Is there any possibilty to compile AudioPlugin as static library VST on iOS? I have just compiled audio-plugin as static library on iOS, but it’s clear JUCE. Now all I want to do is to make it VST library.
I saw that in the VST wrapper there are no lines about iOS, so I thought that I will change all “#if MAC stuff” to “#if iOS stuff” like for example *NSWindow. And there are no compilation errors with that. But I have still problems with HIViewRef, HIRect objects, because the there are no definitions of that. Are those classes definied in OSX SDK (in cocoa and carbon)? If yes - let me know if these classes are definied in some iOS SDK?
thank You all for the patient for newbie programmer