Group: Forum Members
Posts: 72,
Visits: 408
|
Dear Inquisit Community I wonder if we could erase a sound after, say 50 ms (50 ms presentation) in: The response is tap, and the sound presentation is not interfered by the response.
<values> /interval=1000 </values>
<trial tap> / ontrialbegin = [trial.tap.insertstimulustime(sound.tone,values.interval);] / stimulustimes = [0=screen,stimulus1,stimulus2] / inputdevice = mouse </trial>
<sound tone> / items = ("1000Hz.wav") / playthrough = false </sound> Thank you in advance. ;)
|