• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Finding the DLS Synth
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Finding the DLS Synth
      • From: "tahome izwah" <email@hidden>
References: 
 >Finding the DLS Synth (From: Jeff Evans <email@hidden>)

  • Prev by Date: Re: dev. in leopard, won't run in tiger
  • Next by Date: Re: Finding the DLS Synth
  • Previous by thread: Re: Finding the DLS Synth
  • Next by thread: Re: Finding the DLS Synth
  • Index(es):
    • Date
    • Thread