Programmer Guide/Command Reference/LOAD: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 17:31, 18 November 2010

LOAD

The LOAD command is used to load macro code, spu code and sound files, making them available for use in the S_TOOLS-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 S_TOOLS-STx . All other applications should use the S_TOOLS-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