Controlling whether VST or AU is loaded
How does one control whether the [vst~] object loads a VST or an AU? From looking at the documentation, it looks like there's no way to specify this.
Are the search paths setup such that it guaranteed that, given the same name, a VST will be loaded before an AU?
put .auinfo on the end to specify the audiounit i think
use full path?
I'd hate to have to start putting pull paths in my objects --- that's painful.
Is it the case that Max will ALWAYS use VST unless one uses the .auinfo extension?