annotate deploy/osx/Tony.sh.no-spectrogram @ 382:a5e63c0af39a tonioni_experiment_july2014 v0.7_experiment_july2014

Fix to settings reset -- needs to happen before the MainWindow ctor to avoid breaking behaviour within the current run!
author Chris Cannam
date Mon, 21 Jul 2014 15:23:10 +0100
parents 08769d8e46f0
children
rev   line source
Chris@378 1 #!/bin/sh
Chris@378 2 MYPATH=`dirname "$0"`
Chris@378 3 VAMP_PATH="$MYPATH/../Resources" "$MYPATH/Tony.bin" --no-spectrogram
Chris@378 4