No internet connection
  1. Home
  2. Support

Send Level returns error. Folder Track issue

By Brian Sloss @Bsloss
    2025-10-28 19:36:27.701Z

    Send Level returns error. Folder Track issue

    System Information

    SoundFlow 6.0.1

    OS: darwin 24.6.0

    ProductName: macOS
    ProductVersion: 15.6.1
    BuildVersion: 24G90

    Steps to Reproduce

    1. Put a track in a folder and create sends
    2. Try to use the Send 1 Level (or send 2,3,4,5)

    Expected Result

    The send volume lane should show up

    Actual Result

    kicks back an error (this node was not found)

    Workaround

    The only workaround is to make a macro that opens a send and then Control+Cmd clicks the send's volume slider. But this doesn't work for groups of tracks.

    Other Notes


    Links

    User UID: 3mkFVXwy9CYnDfCS3EDCe6kixoU2

    Feedback Key: sffeedback:3mkFVXwy9CYnDfCS3EDCe6kixoU2:-OcgJa2Vl5TIJQDy21Zj

    Feedback ZIP: b5pmsEDtIa+zt8iWnOuxW109N0OHHJysU9KrOcVBZcdfuj5DYCXP21voU6Mq+OIqg/njmHlwLHJ0XEgaWUVZc4ZWOFz1h11GMWEDHD0Kv/IkuyIRrgBhKCiXzUlFcJ9UguTFZAKbTLBfAgBnFql5vkjFiDWfztrn7x995U3d6Ny7VXVDjuoItFOOzE3kemOfW1eJU2AvHJGJAEtfAjUjARpohe6efq6a8pvRG8h2HZejz+gI3+LIwBxQZKzNZhS3+LRre5X3gcFwpF+9LKejc61b/DIKJrg9LVIlEAmCHoM2yG3HFjJ+RayAxw7iI2doXbVuRCYBWRObdB5Lzbf10Q==

    • 1 replies
    1. Chad Wahlbrink @Chad2025-10-28 20:21:24.599Z

      Hi, @Bsloss,

      Were you using this in the context of a macro or a script?

      I'm not able to reproduce this when running the macro in isolation currently:

      You may need to add an invalidation step to your workflow.

      When you are automating a process that changes the available tracks in Pro Tools or their order, like moving tracks, you will often need to use a command like sf.ui.proTools.mainWindow.invalidate(); after the tracks have moved. This is because SoundFlow needs to refresh its cache of the track list and order.

      Let me know if adding that line of code before you run the "Send 1 Level" command helps.

      If you are creating a macro, could you share a screenshot of what you have so far or use the "Macro and Script Help" Workflow to share it on the forum?