Re: Finding "/Library/Audio/Plug-Ins/Components" folder
Re: Finding "/Library/Audio/Plug-Ins/Components" folder
- Subject: Re: Finding "/Library/Audio/Plug-Ins/Components" folder
- From: Laurent Cerveau <email@hidden>
- Date: Thu, 15 May 2003 22:18:46 +0200
From Folders.h
kAudioSupportFolderType = 'adio', /* Refers to the Audio
support folder for Mac OS X*/
kAudioSoundsFolderType = 'asnd', /* Refers to the Sounds
subfolder of Audio Support*/
kAudioSoundBanksFolderType = 'bank', /* Refers to the Banks
subfolder of the Sounds Folder*/
kAudioAlertSoundsFolderType = 'alrt', /* Refers to the Alert Sounds
subfolder of the Sound Folder*/
kAudioPlugInsFolderType = 'aplg', /* Refers to the Plug-ins
subfolder of the Audio Folder */
To use with FindFolder.
Hope this helps
laurent
On Thursday, May 15, 2003, at 09:45 PM, Shai Shasag wrote:
>
Is there a standard, general way of programmatically locating the AU
>
plugin folder (/Library/Audio/Plug-Ins/Components).
>
>
The old FindFolder function does not have selectors for OSX folders.
>
>
I heard about a function called NSSearchPathForDirectoriesInDomains,
>
but it's not well documented on the Apple site, and examples are in
>
Objective-C.
>
>
Should I use the hard-coded paths, or is there a better way?
>
>
Thanks,
>
>
Shai
>
_______________________________________________
>
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.