User Guide/Project/XML Structure: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
 
Line 3: Line 3:
==XML elements==
==XML elements==


The project file stores metadata in different elements, depending on their type:
The project file supports the following XML elements.
 
===STXDataSet===
 
The root element of a project file is always an '''STXDataSet''' element.


===AFile===
===AFile===

Latest revision as of 14:17, 14 September 2015

XML elements

The project file supports the following XML elements.

STXDataSet

The root element of a project file is always an STXDataSet element.

AFile

The metadata for a sound file is stored in an AFile element.

ASegList

A list of segments from different sound files (available in this project file).

ASequence

A sequence of signals which can be generated (sine, triangle, etc.) or sound file segments.

Link

A link to any file on disk. This is useful for quick access to associated text or doc files.

Set

A collection of any of the XML elements mentioned here. The Set is a way to keep things organized.

Further Reading

For a detailed description of the XML structure of a project file, please see the topic DOCTYPE in the Programmer Guide.

Navigation menu

Personal tools