Control Audio Gain with UXP Plugin
Hey everyone,
I'm currently working on a UXP plugin for Premiere Pro and I'm trying to read and write the native "Audio Gain" value of a clip (the one triggered by the 'G' hotkey).
I've already looked into AudioClipTrackItem.getComponentChain(), but it only seems to expose the standard "Volume" and "Channel Volume" (Panner) effects. I also checked the ClipProjectItem to see if I can set the source clip gain, but couldn't find any audio-related properties there either.
Is there any known way (maybe an undocumented method or a specific Action via the Transaction API) to get and set the actual Audio Gain? Or is this simply not exposed in UXP yet?
Any hints or workarounds would be highly appreciated. Thanks!
