AudioUnitProperty discovery
AudioUnitProperty discovery
- Subject: AudioUnitProperty discovery
- From: Thomas Hudson <email@hidden>
- Date: Mon, 5 Nov 2001 11:08:11 -0800
Is there a way to iterate over all the properties for an AudioUnit?
Looking at the docs/headers it seems it is only possible to get
property values if you know the ID in advance. I would like to
query an AudioUnit for the property IDs it supports, similar to
how I can get a list of parameter IDs.
Tomy