Re: Starting AU lab from terminal - no plugins
Re: Starting AU lab from terminal - no plugins
- Subject: Re: Starting AU lab from terminal - no plugins
- From: Doug Wyatt <email@hidden>
- Date: Fri, 9 Apr 2010 14:08:50 -0700
In the Finder did you check the box to always launch AU Lab in 32 bit mode? That tells Launch Services what to do but exec (etc.) don't look at that.
Try:
arch -i386 /Developer/Applications/Audio/AU\ Lab.app/Contents/MacOS/AU\ Lab
or (to debug while you're at it):
gdb -arch i386 /Developer/Applications/Audio/AU\ Lab.app/Contents/MacOS/AU\ Lab
On Apr 9, 2010, at 13:42 , Jon Crooke wrote:
> i'm trying to launch AU Lab from the terminal so that i can see printfs in a plugin (assuming this is actually correct?). however, i have the odd issue that when running AU lab from terminal none of my AUs are available to load into a channel strip, whereas they are if i open the application with the conventional manner via finder. the command i'm issuing is:
>
> /Developer/Applications/Audio/AU\ Lab.app/Contents/MacOS/AU\ Lab
>
> so i'm a little bemused as to why this isn't the same as launching from the finder.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden