Raychan1 / symbiosis-au-vst

Automatically exported from code.google.com/p/symbiosis-au-vst
0 stars 0 forks source link

Some parameters may require a "meta flag" #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A plug-in may not pass auval if one parameter dependeds upon another. You need 
kAudioUnitParameterFlag_IsGlobalMeta for that. We should think through how to 
do configure this 
in SYParameters.txt. Perhaps it can even be auto-detected when generating 
SYParameters.txt.

Original issue reported on code.google.com by malstro...@gmail.com on 1 Jan 2010 at 11:26

GoogleCodeExporter commented 8 years ago
In v1.21 (just commited) you can append '+' to a parameter number to tell the 
AU host this is a "meta" parameter. A meta parameter may modify other 
parameters when it is changed. AUVal needs this information to have the AU pass 
as valid.

Original comment by malstro...@gmail.com on 31 Jan 2011 at 1:03