This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
VCV-Prototype
mirror of
https://github.com/VCVRack/VCV-Prototype.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
3
Wiki
Activity
Browse Source
Use pd-gui instead of pd binary as default Pure Data application on Linux.
pull/45/head
Andrew Belt
4 years ago
parent
af9c2fc554
commit
b15200cfb0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Prototype.cpp
+ 1
- 1
src/Prototype.cpp
View File
@@ -31,7 +31,7 @@ ScriptEngine* createScriptEngine(std::string extension) {
static std::string settingsEditorPath;
static std::string settingsPdEditorPath =
#if defined ARCH_LIN
"\"/usr/bin/pd\"";
"\"/usr/bin/pd
-gui
\"";
#else
"";
#endif
Write
Preview
Loading…
Cancel
Save