I use Avid Media Composer and was hoping to create a toggle key for disabling and enabling a video clip.
Without using KM I've assigned Avid to use two separate key strokes to perform this action. I'd like it to be one. I only know the basics of KM so am getting a bit lost with trying to create one even though I've found similar threads.
Thanks. Yes I already have that assigned to two different hotkeys but what I’m looking for it one key that toggles it on and off and this is clip based not track.
Another thing is after you mute the clip avid deselects it so you have to click on it again if you want ti unmute. I sometimes have to toggle shots of and on for comparison and right now it’s a bit clunky to perform a toggle.
After selecting a clip:
Hotkey to mute clip
select clip again
separate hotkey to unmute
Select clip again
Original hotkey to mute
Desired KM toggle
After selecting a clip:
Hotkey to mute
Same hotkey to unmute
Same hotkey to mute
During these steps KM will automatically reselect the clip. I could probably perform that with an activated mouse click?
Hello. Today I tried this and it did mute the clip but when I selected the clip and hit the shortcut again it would not unmute. Any ideas why it won’t toggle back?
Part of the macro is a click at the current location, so the mouse needs to be on top of the clip when you trigger it.
Its possible that AMC is one of those apps that doesn't update the availability of its menu items until the menu bar is clicked. Try clicking any menubar item between toggles to see if it makes a difference. If it does, I have a workaround for that.
If it's neither of these things, try using the Debugger to figure out what's going wrong.
1 -Select clip segment(s)
2- If they are muted -> unmute them
Otherwise -> mute them
But Media composer makes this quite difficult.
The real problem is twofold :
1- the Mute/Unmute menus are ALWAYS enabled.
2- there is no way for Keyboard Maestro to know the state (=muted/unmuted) of the clips.
So the following macro is the solution (that I do not advise, see below...) to what you’re trying to do : toggle clip visibility.kmmacros (7.0 KB)
1 - you can have multiple clips selected that you want to toggle. Since the above macro use a clic to select the clip under the cursor it fails in this situation
2 - you can’t move the mouse away from the selected clip.
My solution (no need for keyboard maestro…)
1 - Select the clip(s) in segment mode.
2 - Mute or Unmute the clip(s) with one of your defined avid shortcuts.
3 - do the toggle by alternating between ⌘Z and ⌘R.