# Example experiment from Finney's 1999 dissertaion, "Disruptive effects 
# of delayed auditory feedback on motor sequencing". This is  continuation 
# paradigm  with a 4-2 patterned pacing tone. MIDI channel 1 is a pure 
# tone, MIDI channel 2 is white noise for masking. 
# This trial gives 275 milliseconds delay during the continuation
# phase. 

# Typical subject response is to periodically tap groups of 5
# rather than 4.

FEED_ON			0
FEED_CHAN		1
FEED_NOTE		76
FEED_VMODE		1
FEED_VEL		90
FEED_LEN		100
FEED_PMODE		1
FEED_DMODE		1
FEED_DVAL		275

MASK_ON			0
MASK_CHAN		2
MASK_NOTE		64
MASK_VEL		35

METRON_ON		1
MSPB			250
MET_CHAN		1
MET_NOTE		86
MET_VEL			100
MET_LEN			30
MET_PATTERN_ARRAY	8 1 1 1 1 0 1 1 0


TRIGGER 1 M  32 FEED_ON 1
TRIGGER 2 M  32 METRON_ON 0
TRIGGER 3 M  92 END_EXP 0
