The sound element defines a set of sound stimuli.
sound.name.loop
sound.name.pan
sound.name.volume
sound.name.currentIndex
sound.name.currentItem
sound.name.currentItemNumber
sound.name.currentValue
sound.name.erase
sound.name.itemCount
sound.name.items
sound.name.nextIndex
sound.name.nextValue
sound.name.playThrough
sound.name.resetInterval
sound.name.selectedCount
sound.name.selectedIndex
sound.name.selectedValue
sound.name.skip
sound.name.stimulusOnset
sound.name.timestamp
sound.name.unselectedCount
sound.name.name
sound.name.typeName
sound.name.appendItem
sound.name.clearItems
sound.name.insertItem
sound.name.item
sound.name.removeItem
sound.name.resetSelection
sound.name.setItem
The sound element determines how individual items are selected on each trial (e.g. serially through item list, random selection without replacement, linked to the selection of items from another stimulus element) and how those items should be presented (e.g., left/right pan and volume).
The following defines a set of sounds to be presented to the left speaker:
<sound rock>
/ items = ("beatles.wav", "stones.wav", "thewho.wav")
/ pan = -10000
</sound>