macOS Sonoma: Changing the Track Height (Micro, Mini, Small, etc...) nothing happens.
Changing the Track Height (Micro, Mini, Small, etc...) nothing happens.
System Information
SoundFlow 5.4.8
OS: darwin 23.0.0
ProductName: macOS
ProductVersion: 14.0
BuildVersion: 23A339
Steps to Reproduce
- I have a few scripts to change the track height in PT from Mini to Fit to window.
- When I run the command in SF or on my iPad, the PT size window opens, but the command doesn't continue/work.
I pasted the script in "Other notes".
Expected Result
The PT height window opens, but nothing happens.
Actual Result
After running the commands, the PT height window opens, but nothing happens. The changes do not take affect.
Workaround
None
Other Notes
sf.ui.proTools.appActivate();
var sizes = ['micro'];
if (globalState.csTrackSize == undefined) { globalState.csTrackSize = 1 };
globalState.csTrackSize++;
if (globalState.csTrackSize >= sizes.length) { globalState.csTrackSize = 0 };
try {
var f = sf.ui.proTools.selectedTrack.frame;
var popupMenu = sf.ui.proTools.selectedTrack.popupMenuOpenFromElement({
relativePosition: { x: f.w - 10, y: 5 },
isOption: true,
isShift: true,
}).popupMenu;
popupMenu.menuClickPopupMenu({
menuPath: [sizes[globalState.csTrackSize]]
});
} catch (err) { };
Links
User UID: S45xHsbBfQb9iI0ItOGS2OnVpod2
Feedback Key: sffeedback:S45xHsbBfQb9iI0ItOGS2OnVpod2:-NedJSmtTVedWQzJAq4e
Feedback ZIP: Rd2cPcTitZmgJ6BqXALpF+pUgdgN0EIQ0y7VaJHRDqw43kMQq6Vt7dU+XP6PXqfC4rKa8Q1/RVcc/3UbRrIdhjiKMhZx0ia4vN1lbuL0T0dpcd1LdEqxa6CCwfvKTiKm3oRK/zMUSghOD2jVxCWkPqxnOjNyCy2JDmW0vpnxeMcIORMK+5nZ2wnmpfS+eQzHY7MBrWdJuBLsp591LWRHhZU8YEdPylaadqk8C/PgHkr/FKJnyoLs34wNxCbYd8Pito98V08CR0hjoFQfpmleJrmhH0SgAK1N4OIFIJewHiuiJzNmdEe0OqAQeIuIakBmwjDAKoWalEz6ThzPA9dSsw==
Christian Scheuer @chrscheuer2023-09-18 17:40:57.352ZThanks, Dean!
I believe there's a general issue with popup menus in PT and macOS Sonoma. We're tracking this now - appreciate the report.
- DDean Landon @Dean
Thanks Christian. I'm testing my other commands.
So far, these work.
- Color Palette
- Batch Clip Rename
- Activate and Deactivate
- Freeze
- Input Quantize
- Clear Solo
- Save
- SIn reply toDean⬆:SoundFlow Bot @soundflowbot
This issue is now tracked internally by SoundFlow as SF-914
In reply toDean⬆:Kitch Membery @Kitch2024-03-07 22:12:04.337ZHi @Dean,
I'm pleased to let you know that SoundFlow now supports using Pro Tools on macOS Sonoma.
To get full Sonoma support, SoundFlow 5.7+, Pro Tools 2024.3+ and macOS Sonoma 14.3+ are required.
You can download SoundFlow 5.7.0 today from our website at https://my.soundflow.org
Read more at https://soundflow.org/docs/getting-started/install-soundflow/system-requirements](https://soundflow.org/docs/getting-started/install-soundflow/system-requirements)