view ProbeID.java @ 39:796b3e3e053f

Changed MidiPlayer.java to allow the use of external sequencer programs (e.g. Garageband). Changed Experiment.java to allow user to specify in commandline whether to use default MidiDevice (true), specified MidiDevice (0<variable<MidiDevs.length), or list the available devices on start up. Changed ExperimentGui.java and SubjectDataPanel.java to add familiarity question if familiarity question isn't included at the presentation of each stimuli.
author CBussey
date Fri, 31 May 2013 17:40:59 +0100
parents 4031cbb02f08
children
line wrap: on
line source
/*=============================================================================
 * File:       ProbeID.java
 * Author:     Marcus Pearce <m.pearce@gold.ac.uk>
 * Created:    <2007-03-01 13:39:43 marcusp>
 * Time-stamp: <2010-05-10 11:27:35 marcusp>
 *=============================================================================
 */

public enum ProbeID { 
    NOT_PROBE, START_CLOCK, BEFORE_PROBE, PROBE_EX, PROBE_UNEX, AFTER_PROBE, PROBE
}