sams last ladspa icons, libopus/vp9, mixer fixer, plugin resets, fmt frmsz, shm fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainmenu.h
index 8300bcb4a901cac017c49295f0223f902287694f..9baf2a3b01ddf875d15980b95e8b8ee6f85a080d 100644 (file)
@@ -408,6 +408,14 @@ public:
        MWindow *mwindow;
 };
 
+class TileMixers : public BC_MenuItem
+{
+public:
+       TileMixers(MWindow *mwindow);
+       int handle_event();
+       MWindow *mwindow;
+};
+
 // ======================================== audio
 
 class AddAudioTrack : public BC_MenuItem