No internet connection
  1. Home
  2. Support

Delete Selected Tracks doesn't work

By @briannaas
    2020-06-28 19:31:30.847Z

    Delete Selected Tracks doesn't work

    System Information

    SoundFlow 4.0.2

    OS: darwin 18.7.0

    ProductName: Mac OS X
    ProductVersion: 10.14.6
    BuildVersion: 18G5033

    Steps to Reproduce

    1. trigger macro with delete selected tracks

    Expected Result

    delete selected tracks

    Actual Result

    it changed the tool selection

    Workaround

    manually delete tracks

    Other Notes


    Links

    User UID: Cu7IN4v6BlWtA4oPCI5IF9y0ab62

    Feedback Key: sffeedback:Cu7IN4v6BlWtA4oPCI5IF9y0ab62:-MAwPRNg2FukeVLOnofe

    Feedback ZIP

    • 6 replies
    1. Hi Brian.

      What is the trigger that you have associated with this macro?
      Can you show me a screenshot of the macro you have, just to make sure there isn't something weird in the setup somewhere?

      1. B@briannaas
          2020-07-04 23:56:01.419Z

          Hey Christian,

          I've tried just a keystroke, also via stream deck. Doesn't work

          1. Can you share a screenshot of the macro? Just to see which action you're using. Or maybe you could copy the macro and paste it here? (Cmd+C on the macro, Cmd+V in the editor here)
            Just so I can see whether or not it's a built in action you're running, or by chance an installed script action.

            1. B@briannaas
                2020-07-05 00:08:14.199Z

                {"command":{"data":{"root":{"_type":"BlockNode","body":[{"_key":"actionNode1","_type":"ActionNode","actionId":"keyboard.press","isActive":false,"props":{"keys":{"const":"backspace"}},"title":"Press Keys"},{"_key":"actionNode2","_type":"ActionNode","actionId":"proTools.track.delete","title":"Delete Selected Track(s)"}],"uid":"root"},"v":13},"id":"user:default:ck0jwbtyh000fgc101czu6bc8","name":"Delete Clips + Delete Track","type":"macro","bindings":{"ck0jwbx5d000ggc10tf7ufpck":{"command":{"id":"user:default:ck0jwbtyh000fgc101czu6bc8"},"trigger":{"apps":["proTools"],"condition":{"type":"None"},"keys":"ctrl+cmd+shift+d","type":"key"},"_isCustom":true,"_userProfileName":"Untitled User Profile","id":"ck0jwbx5d000ggc10tf7ufpck"}},"_packageKey":"default","_packageName":"Remap","_commandKey":"ck0jwbtyh000fgc101czu6bc8","_isCustom":true,"_isInstalled":false,"bindingsText":"ctrl+cmd+shift+d "},"isCut":false}

                1. Hi Brian,

                  This is a very weird bug. Your macro looks fine, and when I run it here in Pro Tools it also works just fine.
                  The deletion also is a command I use very often here.

                  Can you show us a screen recording of it not working? Maybe there's something else going on here. Do you have any other keyboard software installed that could be interfering?

                  The macro you're using essentially just calls this code:

                   sf.ui.proTools.trackDelete();
                  

                  This action under the hood just calls the menu item "Track -> Delete" if it's present, and if not, "Track -> Delete...".
                  So I don't really see why it would end up doing something completely different.

                  Can you try instead using the built-in SoundFlow command for "Delete Selected Track(s)" in "Track Functions"?

          2. B
            In reply tobriannaas:
            @briannaas
              2020-07-05 19:00:31.958Z

              Hey Christian,

              I'm sorry, this was my fault. I had had a conflicting command that I forgot was operational in Keyboard Maestro. I'll try to review those next time.

              I fixed that, and the Delete Selected Tracks command worked as expected.

              Best,

              Brian