private parameters & scope/element
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.