mixer
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.h
index de21ee819e1d7668c2a616216112044ed22ea39a..4eb54cf0a41c02e6a63fe483155bfff32160f2d1 100644 (file)
@@ -51,6 +51,7 @@
 #include "statusbar.inc"
 #include "swindow.inc"
 #include "timelinepane.inc"
+#include "track.inc"
 #include "trackcanvas.inc"
 #include "trackscroll.inc"
 #include "transitionpopup.inc"
@@ -127,6 +128,7 @@ public:
        void set_playing_back(int value);
        void set_editing_mode(int flush);
        void set_meter_format(int mode, int min, int max);
+       void update_mixers(Track *track, int v);
 
        int translation_event();
        int resize_event(int w, int h);          // handle a resize event
@@ -142,11 +144,10 @@ public:
        int menu_w();
        int menu_h();
 // Draw on the status bar only.
-       void show_message(const char *message, int color = -1);
-       void set_default_message(const char *message);
+       void show_message(const char *message, int color=-1);
+       void update_default_message();
        void reset_default_message();
        void default_message();
-// Pop up a box if the statusbar is taken and show an error.
        void show_error(char *message, int color = BLACK);
        int repeat_event(int64_t duration);
 // Entry point for drag events in all windows