-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40baa11
commit 7c5e3ea
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# Stimulus and figure generation for a probe-rhythm study | ||
|
||
This repository holds support materials for [a psychological study][Hadrava2016] authored by me and my friend and colleague [Štěpán Bahník][bahniks]. You will find two command-line utilities here: [one for generating polyrhythms from musical chords][probe-rhythm-stimuli] and [another one for visualising oscillations][probe-rhythm-figures]. | ||
This repository holds support materials for [a psychological study][Hadrava2016] authored by me and my friend and colleague [Štěpán Bahník][bahniks]. You will find two command-line utilities here: [one for generating polyrhythms from musical chords][probe-rhythm-stimuli] and [another one for visualising oscillations][probe-rhythm-figures]. Note that the former wasn't actually used for synthesizing the stimuli for our study. Instead, we used an [IHaskell][IHaskell] notebook which, together with the stimuli, can be downloaded from [here][stimuli]. The command-line utility is provided merely for convenience. | ||
|
||
[Hadrava2016]:https://osf.io/tcusj/# | ||
[bahniks]:https://github.com/bahniks | ||
[probe-rhythm-stimuli]:https://github.com/kitharoidos/probe-rhythm-study/tree/master/probe-rhythm-stimuli | ||
[probe-rhythm-figures]:https://github.com/kitharoidos/probe-rhythm-study/tree/master/probe-rhythm-figures | ||
[stimuli]:https://github.com/kitharoidos/probe-rhythm-study/tree/master/Stimuli | ||
[IHaskell]:https://github.com/gibiansky/IHaskell |