mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
after cloning a MIDI region, mark the source file as non-removable. Fixes reports about missing MIDI files on the forums and IRC
This commit is contained in:
parent
e1bf151ab0
commit
2b3cb052ca
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ public:
|
|||
|
||||
virtual void prevent_deletion ();
|
||||
|
||||
virtual void prevent_deletion ();
|
||||
|
||||
protected:
|
||||
FileSource (Session& session, DataType type,
|
||||
const std::string& path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue