add lv2 plugin interface
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index 24210e41e9d776aceae95ff96bbad291891a50ac..8c251e28b33af49078af7b31e018909efc40865b 100644 (file)
@@ -688,7 +688,10 @@ public:
        static void init_ffmpeg_index(MWindow *mwindow, Preferences *preferences, FILE *fp);
        static int load_plugin_index(MWindow *mwindow, const char *index_path,
                const char *plugin_dir);
-       static PluginServer* new_ffmpeg_server(MWindow *mwindow, const char *name);
+       static PluginServer *new_ffmpeg_server(MWindow *mwindow, const char *name);
+       static int init_lv2_index(MWindow *mwindow, Preferences *preferences, FILE *fp);
+       static PluginServer *new_lv2_server(MWindow *mwindow, const char *name);
+
        void init_preferences();
        void init_signals();
        void init_theme();