Parameter component in UI interface?

Hello Community,

I made an UI interface with UI components to control an application, i would like to add in this interface microphone and output device component parameters from “Audiodeviceout” CHOP and “AudioIn” CHOP, For now i need TD editor in order to acess those parameters. I would like to use TD player , pop my window and configure thoses.

Any one know if there is a way to achieve this ?

Thanks

Hey,

you could use the Parameter COMP to directly access parameters as part of your ui. Also when using custom menu parameters, you can make use of the menuSource Member of the created parameter (via the Component Editor) and reference the Device parameter to always have the same values as listed in the Audio Device Out CHOP.

Cheers
Markus

1 Like

Thanks Markus,

Just found time to test and succeffully build the interface. I now have a new issue, i need to save the new selected option, so user just need to adjust first time …

I was wondering if i could save the current TOE file , probably in Python, rather than write my own save file and reload at each start…

I was hoping to find a save methode in App python class …

Thanks !

.save() is in the Project Class