Re: Finding the DLS Synth
Re: Finding the DLS Synth
- Subject: Re: Finding the DLS Synth
- From: "tahome izwah" <email@hidden>
- Date: Mon, 15 Sep 2008 21:15:41 +0200
I think it's not an output but a music device. Look in the headers for
the correct constant.
--th
2008/9/15 Jeff Evans <email@hidden>:
> 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