Mercurial > hg > mep
diff ExperimentGui.java @ 4:5080b65e6963
Close MIDI sequencer and synthesizer properly and allow user to pass MIDI file directory as a command line argument
Ignore-this: dbf86cc9008fba00379b67dd541adb38
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Thu, 18 Nov 2010 11:47:32 +0000 |
parents | 6108a8aa9d82 |
children | 3dd7636ca811 |
line wrap: on
line diff
--- a/ExperimentGui.java Mon Jun 21 17:37:24 2010 +0100 +++ b/ExperimentGui.java Thu Nov 18 11:47:32 2010 +0000 @@ -2,7 +2,7 @@ * File: ExperimentGui.java * Author: Marcus Pearce <m.pearce@gold.ac.uk> * Created: <2007-02-14 16:42:31 marcusp> - * Time-stamp: <2010-06-21 16:50:53 marcusp> + * Time-stamp: <2010-11-18 11:46:46 marcusp> *============================================================================= */ @@ -105,6 +105,7 @@ /* Show the Fixation Point */ public void showFixationPoint() { + //System.out.println("showFixationPoint"); clock.showClock = false; clock.showFullClock = false; clock.repaint();