Page 1 of 1

Inserting from the Clip Library

Posted: Thu Nov 23, 2000 3:16 am
by Erland Sommarskog
I was looking around trying to find a way to insert the current clip in the clip library with one
single keystroke, without first making the clip library active. There is ClipInsert, but that
functions requires me to first make the clip selection active.

RE: Inserting from the Clip Library

Posted: Thu Nov 23, 2000 4:33 am
by Andreas
You could write a macro consisting of two commands:
ActivateClipLibrary and ClipInsert
and then assign a key to that macro.

Andreas

RE: Inserting from the Clip Library

Posted: Thu Nov 23, 2000 11:04 am
by Joe Scuderi
ClipInsert is not in the help files. This sounds like what I want to do --play a macro that inserts a clip for every file open.--but how can I write or edit a macro to add ClipInsert? When recording a macro, double clicking the clip does not get picked up in the macro.

I opened the macro (.tpm) in notepad but it is not plain text.