QML - Create Your Own Adventure

Name Topic Used in Type
false Media loop value
The music will be played only once -- good for sound effects using WAVE files.
Sample:
<music source="media/magic_tune.mid" loop="true" />
<text>The boy picks up the fiddle and plays a magic tune.<break/>
He stops after playing it once.</text>

[...]