Hi everyone. I have a university project, where I should create an app, that teaches user something. I decided to make an app that teaches some basics of video editing. I wanted to create some tasks that user should do, and my app would track progress of it (for example, the task is to create 2 video tracks, and it automatically tracks whether there are 2 video tracks in project, or not). I now how to make it as a Script, but that is not that I want
So, is it possible to make external app get some data from Vegas? I think that all I need is to.. make this app open Vegas, I guess? Because when we create Script we know the "myVegas" variable, because we openned our extension in Vegas, thus it gets it. But when we use external app we can't just type "myVegas = vegas", we need to change "vegas" to something else, somehow show program, that we try to connect to already openned Vegas tab.