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.

10 lines
236B

  1. # Cadence Session Startup
  2. # Part 2 - Start JACK (or not), according to user settings
  3. INSTALL_PREFIX="X-PREFIX-X"
  4. CADENCE_SESSION="$INSTALL_PREFIX/bin/cadence-session-start --system-start"
  5. exec $CADENCE_SESSION &
  6. unset INSTALL_PREFIX