5.1 / Stereo Mix Toggle Macro a little slow and sometimes doesn't run properly. I'd love to add a notification message as well and make the macro / script more efficient if possible.
Title
5.1 / Stereo Mix Toggle Macro a little slow and sometimes doesn't run properly. I'd love to add a notification message as well and make the macro / script more efficient if possible.
What do you expect to happen when you run the script/macro?
Hi I think this has slowed down a bit and there are some improvements i'd like to make... I have uploaded a video example. It would be amazing to get a notification as to when stereo mix vs 5.1 mix is engaged. Also if its its possible to run this "remotely" as in i can be deep in my session and run it without scrolling to the top of the session? Here is a video example: https://youtu.be/BoU8GsHlwy4
Are you seeing an error?
What happens when you run this script?
It functions a little slowly... Sometimes it misfires and does not mute the 5.1 bus or visa versa it mutes but doesn't toggled the pre fader send that goes to my stereo monitoring. I have uploaded a video explaining this further: https://youtu.be/BoU8GsHlwy4
How were you running this script?
I used a Stream Deck button
How important is this issue to you?
4
Details
{
"inputExpected": "Hi I think this has slowed down a bit and there are some improvements i'd like to make... I have uploaded a video example. It would be amazing to get a notification as to when stereo mix vs 5.1 mix is engaged. Also if its its possible to run this \"remotely\" as in i can be deep in my session and run it without scrolling to the top of the session? Here is a video example: https://youtu.be/BoU8GsHlwy4",
"inputIsError": false,
"inputWhatHappens": "It functions a little slowly... Sometimes it misfires and does not mute the 5.1 bus or visa versa it mutes but doesn't toggled the pre fader send that goes to my stereo monitoring. I have uploaded a video explaining this further: https://youtu.be/BoU8GsHlwy4",
"inputHowRun": {
"key": "-MpfwmPg-2Sb-HxHQAff",
"title": "I used a Stream Deck button"
},
"inputImportance": 4,
"inputTitle": "5.1 / Stereo Mix Toggle Macro a little slow and sometimes doesn't run properly. I'd love to add a notification message as well and make the macro / script more efficient if possible. "
}
Source
//Macro converted to script
//Calling command "Select/Show Tracks in Folder" from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/cm5fn5kmt00001d10sopm2o30")
sf.soundflow.runCommand({
commandId: 'user:ckp49i4j60000a2100yfwywgf:ckftn5msy0009vz106ga6t588',
props: {
folder: sf.ui.proTools.trackGetByName({ name: "PRINT MASTER", makeVisible: true }).track,
action: "Select",
}
});
sf.ui.proTools.trackGetByName({ name: "5.1 Full Mix Out", makeVisible: true }).track.trackSelect();
/* sf.wait({
intervalMs: 1000,
}); */
//Calling command "Send 2" from package "Pro Tools" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/cm5fn5kmt00001d10sopm2o30")
sf.soundflow.runCommand({
commandId: 'user:ckp49i4j60000a2100yfwywgf:ckoyirewg000ceo10wivpt641#ckoyircnv0001ww10bt5ngtjw',
props: {}
});
sf.keyboard.press({
keys: "shift+m",
fast: false,
});
sf.ui.proTools.trackGetByName({ name: "PRINT MASTER", makeVisible: true }).track.trackScrollToView();
Links
User UID: B4etytp27nOlk0HRfpiZKAbMvgj1
Feedback Key: sffeedback:B4etytp27nOlk0HRfpiZKAbMvgj1:-OVZtptfXzzf2I1dd7oq
Feedback ZIP: lp7QciXxcjjxBeGh44JwAET7ZyEHO3VM/Tz0/wOCJYHSsL6NsQ3vSTjVgZR/xYvEdoYkqSZCxReQRu6TClCRi81kEUpnw098vrgTW5imnlA7kiR2j6IzglnSw9NB+Wx3wK4YLuIkxT0avBPAuSrQHD63a7Gx8pAEZPJ8DdCFheTUBL4SYpkrNrt4y5X8LTmi3bzRIjq5XJEhnlUr/BVD1PI7cYDLmzjP1Ikp99MGqYpRgcltEsKIamby3Xw+GfyPW0dsN8aA60wAH3oT912qkikbsdoW5aJLTYfhVnrWClOgNhMHar8vOyHSrAsZxjZjB4Vkf8yzKYkQo5+DW5drS67prSPqLp8P2qRfJ02A2p0=
