port 7.2 mods: align_edits foreground plugin refresh_frame tweak, rework soundlevel...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / plugin.h
index 2a5e696cf5c525e9c9dadaf40c52b41d27ba9b01..92eff4f0046365a1e621730d5a23395e772b1c70 100644 (file)
@@ -66,10 +66,10 @@ public:
 // title.
        void equivalent_output(Edit *edit, int64_t *result);
 
+       const char* type_to_text(int type);
 // Called by playable tracks to test for playable server.
 // Descends the plugin tree without creating a virtual console.
-       int is_synthesis(int64_t position,
-               int direction);
+       int is_synthesis(int64_t position, int direction, int depth);
 
        virtual int operator==(Plugin& that);
        virtual int operator==(Edit& that);