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.

run-stoat.sh 367B

123456789101112131415
  1. #!/bin/bash
  2. cd $(dirname $0)/../..
  3. # make distclean
  4. export CC=stoat-compile
  5. export CXX=stoat-compile++
  6. export CFLAGS="-DJACKBRIDGE_DIRECT=1 -DSTOAT_TEST_BUILD=1"
  7. export CXXFLAGS=${CFLAGS}
  8. export LDFLAGS="-ljack"
  9. make -j 8 EXTERNAL_PLUGINS=false backend && \
  10. stoat --recursive build/ -b data/stoat/blacklist.txt -w data/stoat/whitelist.txt
  11. # -G stoat-output.png