Hi DSPC team,
https://documentation.dspconcepts.com/awe-designer/latest-version/preset...(8.D.3.2)PresetsinAudioWeaver-GeneratingapresetAWB
In the guide, the “presets generating” mentioned in the Presets section and the method introduced in External Handling — are these only available in the AWE Pro version?
In other words, apart from using methods like ParamSet and ArraySet, is there any other way to store and manage a complete set of presets?
For example, in different scenarios I might need to switch to another set of parameters in real time without changing the layout.
Is there any method that allows me to export only the presets (instead of generating all signal-flow information through Generate Target Files)?
10:55am
Hi yue.wang_10490,
1. "Generate Target Files" is available under the Tools menu in AWE Designer, both Standard and Pro versions.
2. There's no way to export ONLY the changes between two settings of the same layout. The method given does require some care and verification.
3. You can also use awe_ctrlSetValue() and awe_ctrlGetValue() in your BSP's idle loop to make parameter changes in response to arbitrary events which you are managing in the BSP code. At that point, it is entirely up to you to handle the logic, and other than knowing what the control IDs and parameter offsets are for the modules and parameters you wish to control are, the AWD/AWJ layout is not involved at all. See "Setting up a Control Interface" here: AWE Core Integration Guide
Thanks,
Gary W.