# Do 1000 beats of a metronome at a 20 ms ITI. Use it to compare with
# real elapsed time (should be 20 seconds). A good load test is also to beat
# hard on the keyboard (forearm chords) while running this file, then look 
# at the output timing diagnostic variables (this, for instance, will show
# problems with a Roland  MPU401 card).

# Does not require a loop cable (it won't hurt either, though you won't
# be able to beat on the keyboard) 

METRON_ON		1
MSPB			20
MET_CHAN		1
MET_NOTE		86
MET_VEL			100
MET_LEN			10

FEED_ON			0

TRIGGER 1 M  1000 END_EXP 1
