Script to mute/unmute master output?

Hello there,

I’m searching a way to mute/unmute all sounds that comes from Dorico but in a temporary way since I’m working simultaneously with a DAW.
I’ve tried to record a script that check the “Mute” button of the Master Output in Play Mode but it’s not working.

Thanks by advance!

Can you post what the recorded macro captured?

Sure.
I get this when I open the lua file with Open Office:

local app=DoApp.DoApp()
app:doCommand([[Play.ChangeMixerControls?BlobID=19]])

I’m afraid you are out of luck. This uses some internal data (the BlobID bit) that isn’t exposed to the Lua environment.

Too bad… Thanks anyway…

I thought scripting is not yet supported properly or officially yet. There’s no section in the manual, although there is a menu. What is the case with this?