I have been trying to make my own Vegas extension with C#, but I don't know how to give custom commands such as copying a track event, or setting the fade of an event, or changing its position. I have a feeling I need to use the CustomCommand class, but I don't know exactly how to use it.
I've seen some source code and examples that work, but they're either too simple that they don't show you anything besides making a simple window, or so complex that it is almost impossible to know how anything works.
Is there an example [or collection of examples] that show how to do something as simple as making a form that has a button, and pressing that button will do something like, say, duplicate an event?