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
Fix last path when using command line to open patch
tags/v1.0.0
Andrew Belt
6 years ago
parent
6827b127ac
commit
dcb214a122
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main.cpp
+ 1
- 0
src/main.cpp
View File
@@ -100,6 +100,7 @@ int main(int argc, char* argv[]) {
else {
// Load patch
gRackWidget->load(patchFile);
gRackWidget->lastPath = patchFile;
}
engineStart();
Write
Preview
Loading…
Cancel
Save