up Inquisit Language Reference

pan property

Whether sound is played to the left or right speaker.

Member of

<sound>

Syntax

sound.name.pan

Read/Write

Type

integer

Remarks

Examples

The following displays the value of pan in a text stimulus:

<text myText>
/ items= ("pan = <% sound.foo.pan %>")
</text>

The following displays the value of pan in an instruction page:

<page myPage>
pan = <% sound.city.pan %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.