Mercurial > hg > ape
view listeningTest/multiComp/TpushKey.m @ 8:2afd6ff39f08
prepare2listen fixes
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Fri, 28 Nov 2014 00:52:12 +0000 |
parents | 4fd284285159 |
children |
line wrap: on
line source
function TpushKey(hfig) dat=get(hfig,'userdata'); cobj=get(hfig,'currentObject'); ckey=get(hfig,'currentcharacter'); switch ckey case ' ' set(dat.hIcon,'backgroundcolor',[.6 .9 .6]); wavplay(0) end