6 lines
173 B
Bash
Executable file
6 lines
173 B
Bash
Executable file
# Launch script.
|
|
ME=$(realpath "$0")
|
|
HERE=$(dirname "$ME")
|
|
PDPATH=${PDPATH:-$(dirname "$HERE")/pd}
|
|
pd -noprefs -noadc -nomidiout -midiindev 1 "$@" -open "$PDPATH/0.main.pd"
|