Delete Selected Tracks doesn't work
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
- 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
- Christian Scheuer @chrscheuer2020-06-29 10:40:23.982Z
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?- B@briannaas
Hey Christian,
I've tried just a keystroke, also via stream deck. Doesn't work
Christian Scheuer @chrscheuer2020-07-04 23:57:31.423Z
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.- B@briannaas
{"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}
Christian Scheuer @chrscheuer2020-07-05 00:23:29.422Z
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"?
- BIn reply tobriannaas⬆:@briannaas
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