Hello DSPC
I am sending the following command from WindowsApp to AWESever to operate the module.
"0,set_value,AmFmVoice1____Tremolo_am____AmVolume.value,-40\n"
After converting the module to 'compiled re-usable subsystem (CRUS)',
it no longer accepts commands.
Is there any solution? Do I need to access it by objectID instead of module name?
- Audio Weaver Designer version 8.D.2.5
- Windows edition Windows Windows 10 Pro 22H2
- BSP name and version PC
- Target hardware information PC
Best regards
3:04pm
Hi Oisi-San,
Yes, in CRUS if you have to access any module inside the CRUS an Object ID needs to be assigned to the module. This needs to be done before converting a subsystem to CRUS. This way you should be able to access the parameter (set/get) through a tuning interface as well.
--Karishma
6:17am
Thank you, Karishma I'll try to do what you taught me.