Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
netpd-app-builder
Commits
4c879796
Commit
4c879796
authored
Jun 05, 2020
by
Roman Haefeli
Browse files
add patch for pd-gui.tcl to load netpd at start
parent
74b5e063
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/pd-gui.tcl.patch
0 → 100644
View file @
4c879796
index 5a772dbc..ba309ab5 100755
--- a/tcl/pd-gui.tcl
+++ b/tcl/pd-gui.tcl
@@ -823,7 +823,7 @@
proc main {argc argv} {
# the GUI is starting first, so create socket and exec 'pd'
set ::port [::pd_connect::create_socket]
set pd_exec [file join [file dirname [info script]] ../bin/pd]
- exec -- $pd_exec -guiport $::port &
+ exec -- $pd_exec -guiport $::port -open ../netpd/main.pd &
# if 'pd-gui' first, then initial dir is home
set ::filenewdir $::env(HOME)
set ::fileopendir $::env(HOME)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment