# HG changeset patch # User Marcus Pearce # Date 1320430909 0 # Node ID 85b03f084d63fc37cd627d5ceabacaf55d94e330 # Parent 3dd7636ca8113086a5336091af023543ae1d5200 Fix incorrect info about zero-indexing in README. Ignore-this: ed7a491d54fa129a7e2e9bb08c20f17a diff -r 3dd7636ca811 -r 85b03f084d63 FileList.java --- a/FileList.java Fri Nov 04 17:44:38 2011 +0000 +++ b/FileList.java Fri Nov 04 18:21:49 2011 +0000 @@ -2,7 +2,7 @@ * File: FileList.java * Author: Marcus Pearce * Created: <2007-11-30 10:30:38 marcusp> - * Time-stamp: <2010-05-10 11:14:37 marcusp> + * Time-stamp: <2011-11-04 18:05:36 marcusp> *============================================================================= */ diff -r 3dd7636ca811 -r 85b03f084d63 README --- a/README Fri Nov 04 17:44:38 2011 +0000 +++ b/README Fri Nov 04 18:21:49 2011 +0000 @@ -45,9 +45,8 @@ 2. edit pfilelist.txt and filelist.txt (also in ) to contain the midi files played in the practice and main blocks respectively: put one file on each line followed by a list of note -numbers to probe with the visual clock. NB: that the last line of -these files must terminate with a newline and the note numbers are -zero indexed (so the first note is indexed by 0). +numbers to probe with the visual clock (e.g., 1 = the first note). +NB: that the last line of these files must terminate with a newline. 3. edit Data/instructions.html if necessary or create a new set of instructions.