This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
When destroying patch (e.g. on close), dispatch onSave to all Modules so they save their patch storage, etc.
tags/v2.0.0
Andrew Belt
3 years ago
parent
00d8f899d5
commit
9d3d1143ea
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/patch.cpp
+ 2
- 0
src/patch.cpp
View File
@@ -30,6 +30,8 @@ Manager::Manager() {
Manager::~Manager() {
Manager::~Manager() {
// Dispatch onSave to all Modules so they save their patch storage, etc.
APP->engine->prepareSave();
cleanAutosave();
cleanAutosave();
}
}
Write
Preview
Loading…
Cancel
Save