add 1:1 convert, add es.po: thx sergio, cwdw zoom tweak, add done beep pots, bd forma...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / pluginset.h
index f072e62b64e05dc32fefa10793d85f2703bde202..c0e4b8af8490ba33a273f29fb84cd51218fcfac8 100644 (file)
@@ -41,7 +41,6 @@ public:
        virtual ~PluginSet();
 
        virtual void synchronize_params(PluginSet *plugin_set);
-       virtual PluginSet& operator=(PluginSet& plugins);
        virtual Plugin* create_plugin() { return 0; };
 // Returns the point to restart background rendering at.
 // -1 means nothing changed.
@@ -57,6 +56,7 @@ public:
                int use_default, int active_only);
        void paste_keyframes(int64_t start, int64_t length, FileXML *file,
                int use_default, int active_only);
+       void paste_silence(int64_t start, int64_t end, int edit_autos);
 // Return the nearest boundary of any kind in the plugin edits
        int64_t plugin_change_duration(int64_t input_position,
                int64_t input_length,