exporl / apex

APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
http://kuleuven.be/exporl/apex/
Other
10 stars 2 forks source link

In a stimulus, when simultaneous is nested in sequential, the datablocks are played sequentially instead of simultaneously #279

Open bdieudonne opened 5 years ago

bdieudonne commented 5 years ago

For example, in the following stimulus, hoed and kous are played sequentially instead of simultaneously:

    <stimulus id="stimulus_hoedkous">
      <datablocks>
        <sequential>
          <datablock id="datablock_silence1000"/>
          <simultaneous>
            <datablock id="datablock_hoed"/>
            <datablock id="datablock_kous"/>
          </simultaneous>
          <datablock id="datablock_silence1000"/>
        </sequential>
      </datablocks>
      <variableParameters/>
      <fixedParameters/>
    </stimulus>

Minimal working example is attached: bugreport_sequentialVSsimultaneous.zip