No internet connection
  1. Home
  2. Support

macOS Sonoma: Changing the Track Height (Micro, Mini, Small, etc...) nothing happens.

By Dean Landon @Dean
    2023-09-18 17:23:49.088Z

    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

    1. I have a few scripts to change the track height in PT from Mini to Fit to window.
    2. 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==

    • 4 replies
    1. Thanks, Dean!

      I believe there's a general issue with popup menus in PT and macOS Sonoma. We're tracking this now - appreciate the report.

      1. DDean Landon @Dean
          2023-09-18 17:47:57.427Z

          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
        • S
          In reply toDean:
          SoundFlow Bot @soundflowbot
            2023-09-18 17:42:17.005Z

            This issue is now tracked internally by SoundFlow as SF-914

            1. In reply toDean:
              Kitch Membery @Kitch2024-03-07 22:12:04.337Z

              Hi @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)