Hey guys! I need to delete the first event in a track as part of a Vegas script I've written in C#.
That event can be referred to by:
vegas.Project.Tracks[i].Events[0]
I looked through the API though and I can't figure out how to actually delete it. I saw "BaseList Remove", but I don't really know if that's the right method or how to use it because I'm not very experienced with C# anyway. How do I delete a track event?