Is the IOS export AUv3 ?
-
Saw the news story on KVR about IOS export now being supported, is it AUv3 yet or just standalone ?
-
At the moment standalone only, but it shouldn't be too hard to add AUv3 with the recent JUCE version.
But it runs really smooth there. I am using HISE on an iPod touch that replaces my laptop on stage...
-
Sounds good, i just need to learn how to use it now, done the JS tutorials you suggested at codecademy.
Just finding some stuff strange at the moment, like no sample browser in the VST plugin and so on, mapping my samples out is a pain without doing it in the DAW haha -
View -> Three columns?
-
No, the VST has no sample browser, there is no icon
-
Can you make a screenshot? I can't imagine what would cause this...
-
-
You are using a HISE version that is about half a year old :)
It may be that the installer fails to overwrite the HISE plugin. You might want to uninstall your current HISE version and reinstall the latest build.
-
im using the download from the homepage, is it out of date ?
It was fresh installed yesterday, previous version removed -
Click on the about in the help menu to see which version you are running, you can also check if an update is available. You need to completely uninstall the previous version before you install a new one - hopefully this won't be necessary with the final release
-
No worries, i am uninstalling it anyway, I can't really afford the massive investment per app on this, I am going back to Kontakt.
-
I am sorry to hear that but wish you best luck.
-
Hey, @Christoph-Hart !
Would you let me know how to get AUv3 with HISE?
There seems that there is no option to export as AUv3 plugin in HISE. -
I have to add support for this but this is on my immediate roadmap as its required for the NSK iOS version too.
Meanwhile you can just export as iOS app, open the autogenerated projucer file and enable AUv3 there maybe you're lucky and it works (if not wait until the end of the week)
-
Alright @Hasan-Tata, I've just pushed changes that enable AUv3 export. I've also put up a documentation on how to compile for iOS here:
https://github.com/christophhart/hise_documentation/blob/master/ios.md
Let me know if it works for you.
-
That's really great!
-
Would it be possible to Export as Instrument AAX, or is more involved in this?
-
I don't fully understand what you mean, but you can already export AAX plugins.
Just copy the AAX SDK (with the compiled AAX libraries) into the folder within the HISE source code and choose export to AAX.
To run AAX plugins within a non developer version of Protools, you'll need to sign the compiled binaries that HISE creates, so that step is not different than usual.