QML - Create Your Own Adventure

Name Topic Used in Type
true Media loop value
The music will be kept on playing infinitely -- good for background music using MIDI files.
Sample:
<music source="media/magic_tune.mid" loop="true" />
<text>The boy picks up the fiddle and plays a magic tune.<break/>
He won't stop.</text>

[...]