• 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
Finding the DLS Synth
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Finding the DLS Synth
      • From: "tahome izwah" <email@hidden>
    • Re: Finding the DLS Synth
      • From: Peter Rebholz <email@hidden>
  • Prev by Date: Re: Latest AUValidation tool download?
  • Next by Date: Re: Finding the DLS Synth
  • Previous by thread: Re: Latest AUValidation tool download?
  • Next by thread: Re: Finding the DLS Synth
  • Index(es):
    • Date
    • Thread