ibeam column select tweaks, fix title alpha fader value popup, title bar border color...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edit.h
index 67b091593e797cfe108686bfc5481ce27b5a8e31..e00e7da12a7b59124ec267119c6c513be3ae2758 100644 (file)
@@ -114,6 +114,7 @@ public:
        void detach_transition();
 // Determine if silence depending on existance of asset or plugin title
        virtual int silence();
+       void mute();
 
 // Media edit information
 // Units are native units for the track.
@@ -129,6 +130,8 @@ public:
        int channel;
 // ID for resource pixmaps
        int id;
+// ID for selection groups
+       int group_id;
 // User defined title for timeline
        char user_title[BCTEXTLEN];
        int is_plugin, is_selected;