mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
Mark session as modified when LV2 properties are changed
This commit is contained in:
parent
1674261f89
commit
417c780d44
1 changed files with 3 additions and 0 deletions
|
|
@ -1902,6 +1902,9 @@ LV2Plugin::set_property(uint32_t key, const Variant& value)
|
||||||
_uri_map.urids.atom_eventTransfer,
|
_uri_map.urids.atom_eventTransfer,
|
||||||
lv2_atom_total_size(atom),
|
lv2_atom_total_size(atom),
|
||||||
(const uint8_t*)atom);
|
(const uint8_t*)atom);
|
||||||
|
|
||||||
|
/* mark session (and preset) as modified */
|
||||||
|
Plugin::state_changed ();
|
||||||
}
|
}
|
||||||
|
|
||||||
const ParameterDescriptor&
|
const ParameterDescriptor&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue