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
89e4976f
Commit
89e4976f
authored
Apr 01, 2022
by
Roman Haefeli
Browse files
do not set jackname for macOS build (set in Pd source instead)
parent
132159e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/pd-gui.tcl.patch
View file @
89e4976f
...
...
@@ -7,7 +7,7 @@ index 068e1ac2..6d09fd62 100755
[string map {\{ "" \} ""} $::pd_startup_args]
::pd_connect::set_pid \
- [exec -- $pd_exec -guiport $::port {*}$::pd_startup_args &]
+ [exec -- $pd_exec -guiport $::port -open ../netpd/main.pd
-jackname netpd
&]
+ [exec -- $pd_exec -guiport $::port -open ../netpd/main.pd
{*}$::pd_startup_args
&]
# 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