mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
Fix deleting and re-saving LV2 presets.
This commit is contained in:
parent
cb2186b118
commit
18b54e6a85
1 changed files with 3 additions and 0 deletions
|
|
@ -1143,6 +1143,9 @@ LV2Plugin::do_remove_preset(string name)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Unload preset from world. */
|
||||||
|
lilv_world_unload_resource(world, pset);
|
||||||
|
|
||||||
/* Delete it from the file system. This will remove the preset file and the entry
|
/* Delete it from the file system. This will remove the preset file and the entry
|
||||||
from the manifest. If this results in an empty manifest (i.e. the
|
from the manifest. If this results in an empty manifest (i.e. the
|
||||||
preset is the only thing in the bundle), then the bundle is removed. */
|
preset is the only thing in the bundle), then the bundle is removed. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue