LV2 plugin save/delete -- fixes 5835
authorRobin Gareus <robin@gareus.org>
Thu, 23 Jan 2014 12:14:25 +0000 (13:14 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 23 Jan 2014 12:14:25 +0000 (13:14 +0100)
libs/ardour/lv2_plugin.cc

index 58060f372ffe0b6a03b1b69e64c4931f38410d79..a0720044d4bf02a83a37acc224edd5a05d18d037 100644 (file)
@@ -1026,6 +1026,7 @@ LV2Plugin::load_preset(PresetRecord r)
        if (state) {
                lilv_state_restore(state, _impl->instance, set_port_value, this, 0, NULL);
                lilv_state_free(state);
+               Plugin::load_preset(r);
        }
 
        lilv_node_free(pset);