Programmer Guide/Concepts/Current Sound File

From STX Wiki
< Programmer Guide‎ | Concepts
Revision as of 19:27, 28 April 2014 by Christian (talk | contribs) (Created page with "Information about the currently selected, i.e. the active sound file is stored in the variables <code>CSF</code> (= fullfilepath) and <code>CSFH</code> (= srate channels sampl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Information about the currently selected, i.e. the active sound file is stored in the variables CSF (= fullfilepath) and CSFH (= srate channels samples code type mode). If no sound file is active, the variable CSF is empty. See Shell Environment for more details. Sound files opened with write access (/Write) cannot be shared with other users or processes. The sound file management is normally performed by the application STx. All other applications should use the STx APPMSG interface to attach or select sound files. The script library BSF implements a set of functions for using sound files and segments in scripts.

Navigation menu

Personal tools