couldnt locate the ui for pro tools edit window with expression ('com.avid.ProTools').
couldnt locate the ui for pro tools edit window with expression ('com.avid.ProTools').
System Information
SoundFlow 5.10.1
OS: darwin 21.6.0
ProductName: macOS
ProductVersion: 12.6
BuildVersion: 21G115
Steps to Reproduce
function toggleInput(trackName) {
var track = sf.ui.proTools.invalidate().trackGetByName({
name: trackName,
makeVisible: true,
}).track;
var inputBtn = track.buttons.whoseTitle.is('TrackInput Monitor').first;
inputBtn.elementClick();
}
function toggleInputOfLastTrack() {
var lastTrackName = sf.ui.proTools.trackNames.slice(-1)[0];
toggleInput(lastTrackName);
}
toggleInputOfLastTrack();
2)
3)
4)
5)
6)
Expected Result
Toggle input monitoring on last track
Actual Result
couldnt locate the ui for pro tools edit window with expression ('com.avid.ProTools').
Workaround
Other Notes
Links
User UID: tu4hlOCPv5eDTa2SbK2UFIGjsrq1
Feedback Key: sffeedback:tu4hlOCPv5eDTa2SbK2UFIGjsrq1:-OHgI9CpPg3fG6JmSBLB
Feedback ZIP: Pwq/3LFyjg0LUYKH1eTx/a2U8GFDg7qeAzYb2NgJc32zcMeyzcZe02gx3FwATyxKpqreT2NmSaz7NBc/5I+woAm4r7sMRJpmhVwe3VqKSHUvqrpCapiBYNRHJB6h6K5LfaIVCf/7ennYN3txWf4uB6L9KgF4EPLqUZhcl/F6Wq0DHthJik5GAAdRYlF40WBl0zrGrbISG077q4uZuaawje/0XmDA5Cc8rmTr6Ejk4jyy6sKoEal+jE5FiAdXDvGbA5WW62XktyBAoLEj7Y9+OmJ1s0CIoF6g0d2XpGF1sRpRMHZi88kcQRzoAdcqCionuPQI61xXO6f6DuiXaNLkcw==
- Raphael Sepulveda @raphaelsepulveda2025-01-28 17:14:51.933Z
@Tom_Mochiach, check out my reply to your other post.
The same fix should apply here as well