Prefer const references: Beat-Converter does not modify the TempoMap
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index 0f533d92005743f894297761df408cc3a18b27bb..2b8d1bc54246cc491f2ac9161b61b34d630563bc 100644 (file)
@@ -374,6 +374,8 @@ class LIBARDOUR_API PluginInsert : public Processor
        void latency_changed ();
        bool _latency_changed;
        uint32_t _bypass_port;
+
+       void preset_load_set_value (uint32_t, float);
 };
 
 } // namespace ARDOUR