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.

carla-settings 232B

1234567891011
  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. export PATH="$INSTALL_PREFIX"/lib/carla:$PATH
  9. exec $PYTHON "$INSTALL_PREFIX"/share/carla/carla_settings.py