Comments

SonyPJM wrote on 11/13/2003, 3:56 PM
import System;
import Sony.MediaSoftware.Vegas;

var videoBin = new MediaBin("Video");
Vegas.Project.MediaPool.RootMediaBin.Add(videoBin);
videoBin.Add(new MediaBin("New"));
videoBin.Add(new MediaBin("Old"));
var audioBin = new MediaBin("Audio");
Vegas.Project.MediaPool.RootMediaBin.Add(audioBin);
casikmeier wrote on 11/13/2003, 5:12 PM
Thanks a lot,

it works well (the only thing I had to change was "import Sony.MediaSoftware.Vegas" to "import SonicFoundry.Vegas".


Greetings
cheroxy wrote on 11/13/2003, 5:54 PM
Just a thought...
but If the script has to read like that, it would be nice if the new version of vegas allowed the scripts to say either sony or sonic foundry so that we could keep using all the old ones without having to go back and change them all (if it will be possible).
SonyPJM wrote on 11/14/2003, 10:13 AM

We still have not decided exactly what the new namespace will be or
whether or not we can or should try to support both.