Controlling whether VST or AU is loaded

dhjdhjdhj's icon

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?

oli larkin's icon

put .auinfo on the end to specify the audiounit i think

Roman Thilenius's icon

use full path?

dhjdhjdhj's icon

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?