Pixera Notes - KirbyLV/D3-Propellerhead-Wiki GitHub Wiki
Companion API Control
-In Pixera Control, add the desired module
-Using an API call, or the API function in companiion's pixera module
{"jsonrpc":"2.0","id":19,"method":"NameOfModule.FunctionFolder.Fuunction", "params":[parameters requested by module]}
Using the Pixera control module: PixeraFadeParameter as an example:
{"jsonrpc":"2.0","id":19,"method":"PixeraFadeParameter.Layer.FadeLayerOpacity", "params":["TimelineName","TrackName", 1.0, 500]}
where "1.0" is the desired level and "500" id the fade time in ms.