changeset 38:a36ca20cffd4

Document debug flag
author Jeremy Gow <jeremy.gow@gmail.com>
date Fri, 16 Nov 2012 10:39:57 +0000
parents 0e030f32a6e2
children 796b3e3e053f
files README runExperiment.bat
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Nov 16 10:17:19 2012 +0000
+++ b/README	Fri Nov 16 10:39:57 2012 +0000
@@ -5,7 +5,7 @@
 
 USAGE 
 
-  java Experiment <show clock?> <multiple> <n> <midi device> <scale length> <low anchor> <high anchor> <midi file directory> <instructions file> <results directory> <familiarity> <pleasantness> <questionnaire>
+  java Experiment <show clock?> <multiple> <n> <midi device> <scale length> <low anchor> <high anchor> <midi file directory> <instructions file> <results directory> <familiarity> <pleasantness> <questionnaire> <debug>
 
 where <show clock?> specifies whether to show the clock (0 = no; 1 =
 yes) and <multiple> and <n> are integers: the clock runs for <n> time
@@ -37,6 +37,8 @@
 questionnaire on age, sex, musical training etc.; if it is 0 the
 questionnaire is optional.
 
+if <debug> is 1 debug information is written to the terminal, if 0 it is not.
+
 See runExperiment.bat for an example.
 
 To use in a study:
--- a/runExperiment.bat	Fri Nov 16 10:17:19 2012 +0000
+++ b/runExperiment.bat	Fri Nov 16 10:39:57 2012 +0000
@@ -1,1 +1,1 @@
-java Experiment 1 1 4 0 7 "Highly unexpected" "Highly expected" "Data/Midi/hymns/120hymns/" "Data/instructions.html" "Results" 1 1 1
+java Experiment 1 1 4 0 7 "Highly unexpected" "Highly expected" "Data/Midi/hymns/120hymns/" "Data/instructions.html" "Results" 1 1 1 0