• 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
private parameters & scope/element
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

private parameters & scope/element


  • Subject: private parameters & scope/element
  • From: Urs Heckmann <email@hidden>
  • Date: Mon, 18 Aug 2003 12:18:23 +0200

Hi,

so, now my stuff has its public parameters and a whole lot of private parameters (not reported in parameter list property), mainly for dsp <-> view communication. They are all set up in global scope's element 0, with n public parameters going from id 0 to n-1 and the ids of m privates from n to (n + m - 1).

Well, to get some more flexibility, I'd like to seperate these two chunks physically (different enums, parameter info creation and stuff). There are two options:

- Defining private parameters from id 0 to m-1 in global scope, element 1

- Defining private parameters from id 0 to m-1 in group scope, element 0

My questions:

Is any of these two solutions viable / hassle free? Which would be better in regards of expectations?

Do I have to create elements physically (like setting number of group scope elements 1 in AUBase constructor)?

Will ParameterListeners work properly /+ with every host?

Cheers,

;) Urs
_______________________________________________
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.

  • Follow-Ups:
    • Re: private parameters & scope/element
      • From: Marc Poirier <email@hidden>
  • Prev by Date: kAudioUnitParameterUnit_MidiController vs kAudioUnitParameterFlag_CanRamp vs Logic
  • Next by Date: AU&Logic:Notify Parameter change to Logic Control
  • Previous by thread: kAudioUnitParameterUnit_MidiController vs kAudioUnitParameterFlag_CanRamp vs Logic
  • Next by thread: Re: private parameters & scope/element
  • Index(es):
    • Date
    • Thread