User Guide/Project: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
[[File:stx_ug_workspace_project.png|thumb]]
[[File:stx_ug_workspace_project.png|thumb]]


{{STX}} uses a project file to manage sound files and sequences. When you start {{STX}} for the first time, the default project file ''default.stxpr'' will be opened with sample of data.  
When you open the Workspace, you also open a project. A project is a collection of sound files and their metadata. {{STX}} does not store the sound files itself in the project, but rather stores a reference to them. The metadata (segments, parameters, sequences, etc) can be stored in the project itself to facilitate multiple segmentation of the same wave file.  
 
When you start {{STX}} for the first time, the default project ''default.stxpr'' will be opened with sample of data using all of {{STX}}'s project features.


The contents of the project file are displayed in the [[User Guide/Workspace/Overview|overview]] and [[User Guide/Workspace/Detail|detail]] section of the [[User Guide/Workspace|workspace]] window.
The contents of the project file are displayed in the [[User Guide/Workspace/Overview|overview]] and [[User Guide/Workspace/Detail|detail]] section of the [[User Guide/Workspace|workspace]] window.


The project file does not contain the WAVE file itself, but may contain the segment [[User Guide/Project/Metadata|metadata]] (i.e. sequence definitions, segment data, parameter data, as well as links and segment lists). The default project file can be found in the directory ''data'' the {{STX}} installation directory.
The project file does not contain the WAVE file itself, but may contain the segment [[User Guide/Project/Metadata|metadata]] (i.e. sequence definitions, segment data, parameter data, as well as links and segment lists). The default project file can be found in the directory ''data'' the {{STX}} installation directory.
==Project Elements==
===Sound Files===
The most basic use of {{STX}} is to listen to and analyse sound files. {{STX}} currently supports the WAVE format.
===Sequences===
You can generate your own signal using a mixture of sound file segments and dynamically generated signals. This is called a 'sequence' in {{STX}}.


==XML Structure==
==XML Structure==

Revision as of 08:20, 1 October 2015


Stx ug workspace project.png

When you open the Workspace, you also open a project. A project is a collection of sound files and their metadata. STx does not store the sound files itself in the project, but rather stores a reference to them. The metadata (segments, parameters, sequences, etc) can be stored in the project itself to facilitate multiple segmentation of the same wave file.

When you start STx for the first time, the default project default.stxpr will be opened with sample of data using all of STx's project features.

The contents of the project file are displayed in the overview and detail section of the workspace window.

The project file does not contain the WAVE file itself, but may contain the segment metadata (i.e. sequence definitions, segment data, parameter data, as well as links and segment lists). The default project file can be found in the directory data the STx installation directory.

Project Elements

Sound Files

The most basic use of STx is to listen to and analyse sound files. STx currently supports the WAVE format.

Sequences

You can generate your own signal using a mixture of sound file segments and dynamically generated signals. This is called a 'sequence' in STx.

XML Structure

The STx project file uses XML to store it's data. A detailed description of the XML data structure of a project file can be found here.

Backups

STx makes, by default, backups of the project file. These are stored in the backup directory.

Linked or unlinked

You can either store your metadata in your project file (unlinked) or in one file per wave file (linked).

Note: STx metadata was stored in SD0 files prior to version 3.0. See SD0 Import/Export for more details. STx settings and configuration data is stored in the Workspace file, not the project file.


<splist parent= sort=asc sortby=title showpath=no liststyle=unordered kidsonly=yes >

Navigation menu

Personal tools