-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
There is no way to find out if a LV2 preset is part of a plugin bundle (factory preset), or in a read-only location.
If a user tries to delete a preset that is referenced from the plugin's main manifest.ttl, that whole file is removed (like it was a user preset). Some time later the host crashes in serd_reader_read_file.
Try jalv.gtk http://gareus.org/oss/lv2/midifilter#midichord and delete the "sus4" preset that comes with the plugin
It would be nice if presets found in
- read only locations
- the plugins own bundle
would have a LilvNode identifying them as such.
--
Current workaround: factory presets can have a RDFS:comment (fi. zero-config-convolver has elaborate explanation of each of the IR file presets), while lilv generated user presets cannot. -- This can be used to identify some presets as "factory" presets.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels