First email to/from Dave
The second email exchangeHi,
On 9 Jul 2012, at 19:18, Bill wrote:
Ok.I'm checking with all of the plugin devs for the plugins I own and use so I can determine the most stable versions of plugins to use.
Mine are somewhere between the two. The plugin itself is developed roughly as a vst but has a bunch more code that the vst host will ignore (mostly parameter stuff), which the au version then provides access to. All versions share as much code as possible.I'm specifically trying to find out if plugins are created as AUs, or if the AUs are just wrapped VSTs of some sort.
There's no real distinction between the two cases, to be honest.
Cheers,
Dave.
On 9 Jul 2012, at 22:19, Bill wrote:
Heya,Dave,
I ought to be more specific before things get posted:Thanks for your reply. From what you're saying it seems AU and VST should be same as far as stability, features and performance?
Is it OK for me to share this info on KVR? I'm making a list and trying to sort which plugins should be used as AU and which are best when used as VST.
1. Performance
Unless something is extremely awkwardly implemented, the performance difference between AU and VST plugins ought to be entirely negligible. Certainly not something you'd be able to measure without a profiler.
2. Stability
AU provides more features, hence there needs to be more code to implement these features. Typically this isn't a great quantity of code when compared to the implementation of the plugin itself.
There certainly can be bugs in the AU code, and there's certainly less code needed to implement a VST than an AU, but bugs are more often a consequence of unusual spec interpretations on the part of the DAW.
3. Features
AU provides more features - sidechain support and humanised parameter ranges, most notably. VST2 has no standardised support for these features.
Cheers!
Dave.
