Re: VST to AU plug matching in Logic
Re: VST to AU plug matching in Logic
- Subject: Re: VST to AU plug matching in Logic
- From: Art Gillespie <email@hidden>
- Date: Thu, 30 Oct 2003 23:56:54 -0500
Hi Jim,
Last I heard, the official line is you need to put a plist called
info.emagic.plugin.plist (or append to it, I suppose) in
/Library/Application Support/Emagic
<key>VstTable</key>
<array>
<dict>
<key>Height</key> <!-- Don't ask me, I just effing work here -->
<integer>0</integer>
<key>Manufacturer</key>
<integer>
[integer equivalent of your four-char manufacturer id]
</integer>
<key>Name</key>
<string>Bitshift Audio: pHATmatik PRO</string>
<key>Subtype</key>
<integer>
[integer equiv of four-char subtype id]
</integer>
<key>Type</key>
<integer>[your vst four-char identifier]</integer>
<key>Width</key> <!-- diplomacy is for diplomats -->
<integer>0</integer>
</dict>
</array>
This was the last official word I got from dev support before all my
queries starting being piped to /dev/null. It never worked for me (or
my poor users), but maybe you'll have better luck. You might also be
able to harangue them into hard coding the mapping for the next release.
I've heard this has worked for others. You might want to tell them your
name is 'Wintermeier', though. Maybe 'Wintermeyer'.
Warmest regards,
Art
>
>0xBA
>
If I have a session that was previously saved in Logic on OS 9 with
>
the VST versions of our plugins loaded, when I load that session into
>
Logic on OS X (after converting it from using ASIO to CoreAudio) it
>
doesn't load the corresponding AU versions of our plugins. I thought
>
I was doing the right things:
>
>
- The AU sub-type is the same as the corresponding VST plug's unique
ID.
>
- The name of the AU is the same as the corresponding VST plugin.
>
>
Am I missing something?
>
>
Thanks,
>
Jim
>
_______________________________________________
>
coreaudio-api mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.