Enable Pre/Post roll function (from Pro Tools package) not working
By Richard Davey @Richard_Davey
Title
Enable Pre/Post roll function (from Pro Tools package) not working
What do you expect to happen when you run the script/macro?
This macro has come with the Pro Tools package I have installed. It is supposed to set pre and post roll status as a choice of enabled/disabled/toggle.
But I get an error message of "please focus the edit window" and "Ensure Cluster module line 10".
The edit window is focused when I perform this request. Any ideas what is going wrong?
Are you seeing an error?
"please focus the edit window" and "Ensure Cluster module line 10".
top right of screen
What happens when you run this script?
exactly as described above
How were you running this script?
I used a Stream Deck button
How important is this issue to you?
4
Details
{ "inputExpected": "This macro has come with the Pro Tools package I have installed. It is supposed to set pre and post roll status as a choice of enabled/disabled/toggle.\n\nBut I get an error message of \"please focus the edit window\" and \"Ensure Cluster module line 10\".\n\nThe edit window is focused when I perform this request. Any ideas what is going wrong?", "inputIsError": true, "inputError": " \"please focus the edit window\" and \"Ensure Cluster module line 10\".\n\ntop right of screen", "inputWhatHappens": "exactly as described above", "inputHowRun": { "key": "-MpfwmPg-2Sb-HxHQAff", "title": "I used a Stream Deck button" }, "inputImportance": 4, "inputTitle": "Enable Pre/Post roll function (from Pro Tools package) not working" }
Source
//Macro converted to script
//Calling command "Pre-Roll / Post-roll" from package "undefined" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clcf936ky0000l110ggp9f9bf")
sf.soundflow.runCommand({
commandId: 'user:ckp49i4j60000a2100yfwywgf:cksb6k813000y7g1033sptv8k',
props: {
mode: "Pre-roll",
targetValue: "Toggle",
}
});
//Calling command "Pre-Roll / Post-roll" from package "undefined" (installed from user/pkg/version "srAasovvDiQacRZ2mcId4RrOA8R2/ckp49i4j60000a2100yfwywgf/clcf936ky0000l110ggp9f9bf")
sf.soundflow.runCommand({
commandId: 'user:ckp49i4j60000a2100yfwywgf:cksb6k813000y7g1033sptv8k',
props: {
mode: "Post-roll",
targetValue: "Toggle",
}
});
Links
User UID: u6YCA3u8ZVYsanmqNNfQ3Xvoy9L2
Feedback Key: sffeedback:u6YCA3u8ZVYsanmqNNfQ3Xvoy9L2:-NXLbXcX8Ar_gb-SfsNv