Paul Davis
9ae0f6cbee
b) move tranzport and generic midi into separate dirs under "surfaces" git-svn-id: svn://localhost/trunk/ardour2@442 d708f5d6-7413-0410-9779-e7cbd77b26cf
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
source ardev_common.sh
|
|
exec valgrind --db-attach=yes --num-callers=12 --tool=memcheck ./ardour.bin --novst $*
|