TrackGroup mute property - does not work

ingvarai wrote on 1/10/2015, 9:10 AM
Hi,
this is about a compiled extension for Vegas, currently tested in Vegas 12.

Problem one

TrackGroup tg;
tg.Mute = true;

This will mute the tracks inside the group, which I do not want, and not mute the track group itself, which is what I want. How can I mute the TrackGroup itself?

Problem two
bool test = tg.Solo;

When inspecting the value by setting a breakppoint in Visual Studio, I get the value true here, as if the TrackGroup is soloed. But it is not soloed. Is there something I am missing here?

-Ingvar

Comments

No comments yet - be the first to write a comment...