X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginset.h;h=c0e4b8af8490ba33a273f29fb84cd51218fcfac8;hp=f072e62b64e05dc32fefa10793d85f2703bde202;hb=9ffdfbe8e6fa7daaad4dcfdd46b6ac7b6e7a47e8;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/pluginset.h b/cinelerra-5.1/cinelerra/pluginset.h index f072e62b..c0e4b8af 100644 --- a/cinelerra-5.1/cinelerra/pluginset.h +++ b/cinelerra-5.1/cinelerra/pluginset.h @@ -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,