- Tap Trainer
- Main Experiment
Make sure that the following softwares are installed and added to the matlab / octave path.
For instructions see the following links:
Requirements | Used version |
---|---|
PsychToolBox | >=3.0.14 |
Matlab | >=2016b |
or octave | 5.1 |
- Restart your computer, and close all apps that might consume resources (keep only Matlab)*.
- Download the whole repository as zip.
- Unzip and navigate to the downloaded folder.
- Put your mouse away and make sure you have space around your keyboard.
- Make sure you are in a quiet environment, and you are wearing earphones.
- Run tapTrainer.m in Matlab to launch the Tap Trainer psychtoolbox session.
- Run tapMainExperiment.m in Matlab to launch the Main Experiment psychtoolbox session.
* If you hear cracks in the audio during the experiment you might have an app running that loads your processor. Try finding and closing this app. If it doesn't work, please contact us.
Participants complete a number of trials. In each trial, a rhythmic stimulus is presented. The stimulus can be a seamlessly cycled pattern, or an audio-track that is played only once.
The task can be to either just listen, or to tap on [SPACEBAR] along with the pulse (beat). Tapping the pulse can be guided by an additional sound (meter-cue, e.g. bass or clap sound). Tapping precisely with the meter-cue will result in gradual decrease meter-cue volume. Eventually, the meter-cue will be completely silent and the participant is required to keep synchronized to the pulse.
All important parameters can be found in /lib/getTrainingParameters.m
. The file should be sufficiently commented to make sense.
Long, non-repeating rhythmic sequences are presented. The task is to (1) find a plausible pulse, and (2) synchronize finger tapping to it.
All important parameters can be found in /lib/getMainExpParameters.m
. The file should be sufficiently commented to make sense.