Looking for Index of Selected Sequence via SDK
Hello, I am working on an extension that will clone the selected sequence in the project panel. I thought I was creating a working prototype, but then I realized I was using the "activeSequence" object which is not the object that I want. I want the selected sequence.
I found something similar to what I want, called "Anywhere.getCurrentEditingSessionSelectionURL()". But I just want this for a normal project object...not an "Anywhere" object. But otherwise, the Description and Return of this method are what I am looking for (I guess it would be an index instead of a URL though).
Can someone help me out with the best way to retrieve this information? Thank you.
