Re: How to retrieve the internal name of a DLS/SF2 file?
Re: How to retrieve the internal name of a DLS/SF2 file?
- Subject: Re: How to retrieve the internal name of a DLS/SF2 file?
- From: Bill Stewart <email@hidden>
- Date: Thu, 9 Jan 2003 11:00:36 -0800
That is correct - we'd moved the sound bank out to a separate file in
Jaguar - there's not really a way to explicitly set this on a 10.1
system (you'd have to make a new DLS component and not set the bank to
get that bank back)
Bill
On Wednesday, January 8, 2003, at 09:58 AM, Rolf Nilsson wrote:
From: Rolf Nilsson <email@hidden>
Date: Wed Jan 8, 2003 3:55:00 PM Europe/Stockholm
To: email@hidden
Subject: Re: How to retrieve the internal name of a DLS/SF2 file?
Message: 4
Date: Tue, 7 Jan 2003 11:12:52 -0800
To: Rolf Nilsson <email@hidden>, email@hidden
From: Chris Rogers <email@hidden>
Subject: Re: How to retrieve the internal name of a DLS/SF2 file?
Hi Rolf,
Try:
// this will return the name of a sound bank from a sound bank file
extern OSStatus GetNameFromSoundBank(const FSRef *inSoundBankRef,
CFStringRef *outName);
This seems to work on OS X10.2 and higher only?
Won't work when I run it under OS X 10.1.5
Is that correct?
Thanks
Rolf Nilsson
defined in AudioToolbox.h
Chris Rogers
Core Audio
Apple Computer
Hi,
I'd like to show the user the real name of a DLS/SF2 file instead of
the file name
How to retrieve internal name of a DLS/SF2 file?
Thanks
Rolf Nilsson / Roni Music
_______________________________________________
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.
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.