Finding the DLS Synth
Finding the DLS Synth
- Subject: Finding the DLS Synth
- From: Jeff Evans <email@hidden>
- Date: Mon, 15 Sep 2008 11:13:57 -0700
Here's what I hope is a dumb question (would make the answer easier):
When I use the following code (on Leopard, compiling for 10.4
compatibility) to obtain the DLS synth, FindNextComponent finds
nothing. I thought this was the approved method to find it - How does
one locate the DLS synth?
Component synthComponent;
ComponentDescription description;
description.componentType = kAudioUnitType_Output;
description.componentSubType = kAudioUnitSubType_DLSSynth;
description.componentManufacturer = kAudioUnitManufacturer_Apple;
description.componentFlags = 0;
description.componentFlagsMask = 0;
synthComponent = FindNextComponent(NULL,&description);
Thanks, Jeff
_______________________________________________
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