No internet connection
  1. Home
  2. Macro and Script Help

Output Assignment Not Functioning

By Daniel Knobler @Daniel_Knobler
    2023-11-08 22:37:25.948Z

    Title

    Output Assignment Not Functioning

    What do you expect to happen when you run the script/macro?

    It should route the track to the specified output.

    Are you seeing an error?

    08.11.2023 16:35:51.32 [Backend]: Logging error in action (01) PopupMenuSelectAction: Could not click popup menu item Logging error in action (01) TrackSelectOutputAction: Could not select output menu item: 'output: 2 (Mono)'

    08.11.2023 16:35:51.32 [Backend]: Logging unknown error in action (02) RunCommandAction: Route to Kick*: Line 1
    Logging unknown error in action (02) SearchCommandsAction: Route to Kick*: Line 1
    !! Command Error: Search Commands [soundflow.searchCommands]:
    @Error invoking proTools.track.output.select (Route to Kick*: Line 1)
    Could not select output menu item: 'output: 2 (Mono)'
    Could not click popup menu item
    Could not find menu item with name: output -> 2 (Mono)
    << Command: Search Commands [soundflow.searchCommands]

    What happens when you run this script?

    It throws an error whether it's set to "First Selected Track" or a specific track. This is a basic command I've used a million times but stopped working recently.

    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": "It should route the track to the specified output.",
        "inputIsError": true,
        "inputError": "08.11.2023 16:35:51.32  [Backend]: Logging error in action (01) PopupMenuSelectAction: Could not click popup menu item\nLogging error in action (01) TrackSelectOutputAction: Could not select output menu item: 'output: 2 (Mono)'\n\n08.11.2023 16:35:51.32  [Backend]: Logging unknown error in action (02) RunCommandAction: Route to Kick*: Line 1\nLogging unknown error in action (02) SearchCommandsAction: Route to Kick*: Line 1\n!! Command Error: Search Commands [soundflow.searchCommands]:\n    @Error invoking proTools.track.output.select (Route to Kick*: Line 1)\n    Could not select output menu item: 'output: 2 (Mono)'\n    Could not click popup menu item\n    Could not find menu item with name: output -> 2 (Mono)\n<< Command: Search Commands [soundflow.searchCommands]\n",
        "inputWhatHappens": "It throws an error whether it's set to \"First Selected Track\" or a specific track. This is a basic command I've used a million times but stopped working recently.",
        "inputHowRun": {
            "key": "-Mpfwh4RkPLb2LPwjePT",
            "title": "I used a keyboard shortcut within the target app"
        },
        "inputImportance": 5,
        "inputTitle": "Output Assignment Not Functioning"
    }

    Source

    //Macro converted to script
    
    
    sf.ui.proTools.trackGetByName({ name: "KICK", makeVisible: true }).track.trackOutputSelect({
        outputPath: ["output","2 (Mono)"],
        selectForAllSelectedTracks: true,
    });
    
    
    

    Links

    User UID: 04vQUq1KmYSCMZHeEkMslw0IpRu2

    Feedback Key: sffeedback:04vQUq1KmYSCMZHeEkMslw0IpRu2:-Nil4JyPUo13_pvh3gzO

    Feedback ZIP: plEhnTQblCFWT7LiSdZWO5bmbQu1GYPEqyQly2woAmLC1z4EpZDIyDjascFebtXYTb40lbzoGJ0yjL+V4F8BGc5Y9AiXQUkhv06SNICnIFeVn/dK7//sEajC9Go7cbFYPoE3c9ImbJTitan22kWBkOaFL+wVOa27uya0STGAnNMiwrQBKK/MMmonHr2ZEd2vN9D3idzuwV3lAstgnGtbTp0aAxvnm9/lVSaZT3+SFXLTrjdQ2x3vrsB7j81mGKqPfeCU35I60HsahWb2/EQKbvckRKlHV2kDJO7ISc0xv0KM4IavhNAr4yROxz/ICuJ+CEZPPfWjMw/OVZ4IKgFXnZ22++gnr7JDxnk1w9Jhyh8=

    • 0 replies