New Input Mode macro fails.
Title
New Input Mode macro fails.
What do you expect to happen when you run the script/macro?
Simple test to set the Input Mode (not the Processing Input Mode). Pro Tools 2024.6 in Sonoma 14.7
Are you seeing an error?
Cannot find Input Mode button.
What happens when you run this script?
Macro fails.
How were you running this script?
I used a keyboard shortcut within the target app
How important is this issue to you?
5
Details
{ "inputExpected": "Simple test to set the Input Mode (not the Processing Input Mode). Pro Tools 2024.6 in Sonoma 14.7", "inputIsError": true, "inputError": "Cannot find Input Mode button.", "inputWhatHappens": "Macro fails.", "inputHowRun": { "key": "-Mpfwh4RkPLb2LPwjePT", "title": "I used a keyboard shortcut within the target app" }, "inputImportance": 5, "inputTitle": "New Input Mode macro fails." }
Source
//Macro converted to script
sf.ui.proTools.audioSuiteOpenPlugin({
category: "Other",
name: "Auto-Align Post",
});
sf.ui.proTools.firstAudioSuiteWindow.audioSuiteSetOptions({
inputMode: "Mono",
processingInputMode: "ClipByClip",
processingOutputMode: "CreateIndividualFiles",
});
Links
User UID: TnhuNKPrVzSFfAusX111YfbM4T82
Feedback Key: sffeedback:TnhuNKPrVzSFfAusX111YfbM4T82:-O8lzvL4Zc2FFDkU-LUS
Feedback ZIP: w1xhOhhAuI8igDlRN4GING6ySDP/fNlkYGUMuCu8QF5oRjCmOtEQ0zF7kqGDqbT8W7BI275Z/r/oglCo9Zq5X1PVYQX8A3i9yuVp1ANlv8IRHDIksp1pOayYsDsF04JGk0TzxwBnbZsY1yjTwknVk3RxPpAmHAGCD0DrsTKO74usKlSPjB+fZ42e7j3A/Leysvwr0cOKaS370o/BkYq0NW93OWXkbCd994fdMr6nFPjCEpkYoNH/vwJOqhLR17c/cedIZuZeiDJhY13/HKiR+Mh3ex7rlzZy8+ISDc93d5yVrXB/RuiT73Pw3Pin2sdgXo9C4moMgJtG2BNXwM0mkzF9snCB8YGVl+E7oNh6BEs=
- Chad Wahlbrink @Chad2024-11-14 18:49:59.976Z
Hi, @Ben_Rauscher,
This is really interesting. I am going to log a bug internally about this, but for now, the work around may be to "reset" the "Input Mode" parameter by clicking the property name and then reset:
It doesn't seem like that "Set AudioSuite Options" macro command is setup correctly for the input modes field.
However, this script does seem to work:
sf.ui.proTools.audioSuiteOpenPlugin({ category: "EQ", name: "EQ3 1-Band", }); sf.ui.proTools.firstAudioSuiteWindow.audioSuiteSetOptions({ processingInputMode: "ClipByClip", processingOutputMode: "CreateIndividualFiles", }); sf.ui.proTools.invalidate().firstAudioSuiteWindow.popupButtons.whoseTitle.is("input mode").first.popupMenuSelect({ menuPath: ["multi-input mode"], });
Also, just a note that, if you set the processing input mode to "clip by clip", the input mode automatically changes to "mono mode"
Similarly, if you set the input mode to "multi-input mode" then the processing input mode will change to "entire selection"
Chad Wahlbrink @Chad2024-11-14 18:56:02.529Z
You may have some luck with adding a 'Open & Select Item in Popup Menu' to change input mode as well:
Chad Wahlbrink @Chad2024-11-14 19:24:07.493Z
Final note, I've moved this to support as it's a bug!
- SIn reply toBen_Rauscher⬆:SoundFlow Bot @soundflowbot
This report was now added to the internal issue tracked by SoundFlow as SF-1515
- BIn reply toBen_Rauscher⬆:Ben Rauscher @Ben_Rauscher
Thanks Chad. Yeah, the different parameters will change by default, depending on which Processing Input Mode is selected. Each mode has its uses, and I regularly flip between them for different Rx tasks.
- SIn reply toBen_Rauscher⬆:SoundFlow Bot @soundflowbot
Linked issue SF-1515 updated: This will be fixed in SF 5.9.2
- SIn reply toBen_Rauscher⬆:SoundFlow Bot @soundflowbot
The linked internal issue SF-1515 has been marked as Done