Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / patchgui.C
index f99601c1178f91db5306f1d3680d95efd986bf39..1431249d01760cd6801ee0c4891e10aa869eef7c 100644 (file)
@@ -71,6 +71,8 @@ PatchGUI::PatchGUI(MWindow *mwindow,
        change_source = 0;
        track_id = track ? track->get_id() : -1;
        mixer = 0;
+       edge = 0;
+       span = 1;
 }
 
 PatchGUI::~PatchGUI()
@@ -624,6 +626,8 @@ MasterPatch::MasterPatch(MWindow *mwindow, PatchGUI *patch, int x, int y)
        this->mwindow = mwindow;
        this->patch = patch;
        set_tooltip(_("Master Track"));
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Displaying tracks: Ganged mode");
 }
 
 int MasterPatch::handle_event()