Audio plugin host https://kx.studio/carla
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.

11 lines
194B

  1. #!/bin/bash
  2. if [ -f /usr/bin/python3 ]; then
  3. PYTHON=/usr/bin/python3
  4. else
  5. PYTHON=python
  6. fi
  7. INSTALL_PREFIX="X-PREFIX-X"
  8. exec $PYTHON $INSTALL_PREFIX/share/cadence/src/carla_control.py "$@"