Dolby Renderer V5.3 OSC Control
By Sreejesh Nair @Sreejesh_Nair
It is now possible to control the Dolby Renderer using OSC from soundflow. As an example to play the renderer transport you can send the following command
sf.osc.sendMessage({
host: '127.0.0.1',
port: 8001,
oscAddress: '/dar/transport/play',
});
I have built a package called RMU Controller for V5.3 that also has an additional feature of including the Cinema Fader in it so you can check the Cinema Values of Fader 7 and below. It calculates the decrease based on the CP650 cinema slope. Hope you find it useful!