Collection of tools useful for audio production
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Cadence Session Startup
- # Part 2 - Start JACK (or not), according to user settings
-
- # Do not use this for KDE
- if [ ! -z "$KDEDIRS" ]; then
-
- INSTALL_PREFIX="X-PREFIX-X"
-
- CADENCE_SESSION="$INSTALL_PREFIX/bin/cadence-session-start --system-start"
- exec $CADENCE_SESSION &
-
- unset INSTALL_PREFIX
-
- fi
|