From 1df227424a651f3835f2e13b0cee7baa69d470ee Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Jun 2012 16:02:24 +0000 Subject: patch from colinf that adds an 'empty' preset to the preset drop-down list, so that plugins can be set back to the 'no preset' state rather than being stuck in the state of 'preset loaded and modified'. This should apply to all plugin types, though I've only tried it on LV2 and LADSPA. git-svn-id: svn://localhost/ardour2/branches/3.0@12787 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/plugin.h') diff --git a/libs/ardour/ardour/plugin.h b/libs/ardour/ardour/plugin.h index 15e5f4a9c5..bf91de903b 100644 --- a/libs/ardour/ardour/plugin.h +++ b/libs/ardour/ardour/plugin.h @@ -183,6 +183,7 @@ class Plugin : public PBD::StatefulDestructible, public Latent void remove_preset (std::string); virtual bool load_preset (PresetRecord); + void clear_preset (); const PresetRecord * preset_by_label (const std::string &); const PresetRecord * preset_by_uri (const std::string &); -- cgit v1.2.3