Insert keyframe

Sebaz wrote on 4/27/2009, 2:36 PM
Quick question. Is there any keyboard shortcut (I already went through the manual and the customize keyboard options but I couldn't find it) to just insert a new keyframe in a volume envelope at the cursor point (or any other envelope you're working with at that time) instead of either double clicking the envelope line or clicking on the volume slider? It would be useful for something I'm doing, since I have to create lots of them.

Comments

jetdv wrote on 4/28/2009, 7:12 AM
You could create a script that adds a keyframe to the volume envelope at the cursor location and assign that to a keypress.
Sebaz wrote on 4/28/2009, 4:29 PM
Sounds good. Is there a tutorial somewhere on how to get started with scripts?
jetdv wrote on 4/28/2009, 5:32 PM
http://www.jetdv.com/scripts/FourPoints.cs

This script adds 4 points around the selection area. It simply needs to be modified to do a single point at the cursor location and then assigned to a keypress.