LOAD

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 16:56, 5 April 2011 by Christian (talk | contribs) (Text replace - "S_TOOLS-STx" to "{{STX}}")
Jump to navigationJump to search

LOAD

The LOAD command is used to load macro code, spu code and sound files, making them available for use in the STx programming environment.

Macros, signal processing units and sound files must be loaded before they can be used!Information about the currently 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.To attach the directory of the current sound file to a (temporary) table item use the command NEW TABLE * /Soundfiledirectory. This attachment (and the temporary item) can be removed with "DELETE diritemname" without deleting the sound file directory itself. The directory table is deleted automatically when the sound file is unloaded.

Navigation menu

Personal tools