Avid Pro Audio Community

Avid Pro Audio Community

How to Join & Post  •  Community Terms of Use  •  Help Us Help You

Knowledge Base Search  •  Community Search  •  Learn & Support


Avid Home Page

Go Back   Avid Pro Audio Community > Legacy Products > 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Mac)
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-11-2007, 01:13 PM
nean nean is offline
Member
 
Join Date: Jan 2001
Location: Europe
Posts: 103
Default AU Plugins also run as RTAS!?

hi all,

today i had a strange experience.

on a support session i found out that there must be some AU plugins/instruments out there which are being used as RTAS Plugin.
In such case the AU.component File is the same as the RTAS.dpm File, there is just a UNIX symbolic link!
In the Finder it looks like a standard dpm File.

That means that it could be possible to copy the AU.component in the PT Plugin Folder and rename it to RTAS.dpm

My question is, which AU plugins you can use as RTAS Plugins???

If your RTAS Plugin size is just like 4K, you should take a closer look with the Terminal!



how i found out:
there was a problem with the install routine of an RTAS instrument, after an install the Plugin was missing.
so, i analyzed the install Package .pkg with pacifist if there is a dpm file in it, or any file which should be installed in the PT plugin Folder -> none
i found a UNIX post-install script in the Installation Package and the bug in it,.... and whats really going on there,...
i wrote a patch-shellscript without spelling mistake which soved the problem!



example from the post-process script:
<font class="small">Code:<hr /><pre>
#!/bin/bash

export AUPATH="/Library/Audio/Plug-Ins/Components"
export DPMPATH="/Library/Application Support/Digidesign/Plug-ins"
export VSTPATH="/Library/Audio/Plug-Ins/VST"


function linkPlugin
{
chflags -R nouchg "$2"
chmod -R a+rwx "$2"
rm -rf "$2"
mkdir "$2"
chmod -R ug+rwx "$2"
chown -R root:admin "$2"
ln -s "$1/Contents" "$2/Contents"
}


if [ -d "$DPMPATH" ]; then
chmod ug+rwx "$DPMPATH"
linkPlugin "$AUPATH/PLUGIN.component" "$DPMPATH/PLUGIN.dpm"
fi

exit 0;
</pre><hr />
Reply With Quote
  #2  
Old 12-11-2007, 06:20 PM
Phil Jeffers Phil Jeffers is offline
Member
 
Join Date: Jun 2005
Location: Sydney, Australia
Posts: 1,245
Default Re: AU Plugins also run as RTAS!?

Hi, Pro Tools LE only supports RTAS and AudioSuite plug-ins. If you get any other plug-in types working I'd say it's merely an anomaly and probably would not be worth exploring. VST plug-ins can be converted to RTAS via a wrapper. AU, MAS, etc are not compatible with PT's.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RAM for RTAS plugins Majorek Virtual Instruments 8 01-19-2010 07:05 AM
tdm vs. rtas plugins univox1 Tips & Tricks 20 03-17-2007 06:16 AM
PT Can't see my RTAS plugins? AudioArtCafe 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Win) 2 03-27-2004 10:55 AM
how many RTAS plugins can one run? outflowcrew 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Win) 2 12-18-2003 08:26 AM
What are the best RTAS plugins for LE? jazzsounds 003, Mbox 2, Digi 002, original Mbox, Digi 001 (Mac) 10 09-23-2003 02:28 PM


All times are GMT -7. The time now is 11:26 AM.


Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited. Forum Hosted By: URLJet.com