From df131ea4f913fea43c266517a154caa08ff9b088 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Tue, 8 Feb 2011 15:55:59 +0100 Subject: Updated program files are now reloaded automatically --- synth/cli.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'synth/cli.cpp') diff --git a/synth/cli.cpp b/synth/cli.cpp index eb52c95..4d5cc2f 100644 --- a/synth/cli.cpp +++ b/synth/cli.cpp @@ -30,6 +30,8 @@ void parse_args(int argc, char** argv) {"xruns", required_argument, 0, 'x'}, {"dir", required_argument, 0, 'd'}, {"directory", required_argument, 0, 'd'}, + {"no-watch-files", no_argument, 0, 'w'}, + {"dont-watch-files", no_argument, 0, 'w'}, {"program", required_argument, 0, 'p'}, {"cleanup-interval", required_argument, 0, 'i'}, {"lfo0-freq", required_argument, 0, 400}, //FINDLFO @@ -59,7 +61,7 @@ void parse_args(int argc, char** argv) while (optind