view listeningTest/pairComp/pairKey.m @ 1:b64c9fb34bd0

Response folder included in package (put README in it).
author Brecht <b.deman@qmul.ac.uk>
date Wed, 30 Jul 2014 12:38:47 +0100
parents 4fd284285159
children
line wrap: on
line source
function pairKey

hf=gcf;
c=get(hf,'currentcharacter');
switch c
case '4' % left play A
   PCpush(hf,1);
case '6'	% right play B
   PCpush(hf,3);
case ' ' % space stop   
   PCpush(hf,2);
end