DLS files
DLS files
- Subject: DLS files
- From: John Stiles <email@hidden>
- Date: Mon, 16 Dec 2002 17:07:42 -0800
I'm a newbie to CoreAudio, so my apologies if this has been covered
before.
Is there a way to provide DLS sound bank data to a MusicDevice without
going through an FSSpec (kMusicDeviceProperty_SoundBankFSSpec)?
Currently, I am working on an app which has its DLS data stored in a
custom compressed format, which I can load into RAM as necessary. I
need to pass this DLS data to my MusicDevice--however, I don't know how
to pass it in without writing the data out to a file temporarily and
providing the FSSpec of the temp file to my MusicDevice. That could
certainly work, but it seems pretty roundabout.
MusicSequenceLoadSMFData lets me pass in the MIDI data directly from
RAM--is there an equivalent call for sound banks (i.e.
kMusicDeviceProperty_SoundBankCFDataRef)?
Thanks :)
_______________________________________________
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.