Programmer Guide/Concepts/Directory table: Difference between revisions
From STX Wiki
< Programmer Guide | Concepts
Jump to navigationJump to search
(Created page with "'''Directory tables''' (as opposed to simple tables, extended tables and [[Programmer_G...") |
No edit summary |
||
Line 1: | Line 1: | ||
'''Directory tables''' (as opposed to [[Programmer_Guide/Concepts/Simple_table|simple tables]], [[Programmer_Guide/Concepts/Extended_table|extended tables]] and [[Programmer_Guide/Concepts/Parameter_table|parameter tables]]) store and manage sound file information. On creation of a directory table, fields for the name of the soundfile and for its beginning and length are automatically created. This type of table can be used with the [[ | '''Directory tables''' (as opposed to [[Programmer_Guide/Concepts/Simple_table|simple tables]], [[Programmer_Guide/Concepts/Extended_table|extended tables]] and [[Programmer_Guide/Concepts/Parameter_table|parameter tables]]) store and manage sound file information. On creation of a directory table, fields for the name of the soundfile and for its beginning and length are automatically created. This type of table can be used with the [[Programmer_Guide/Command_Reference/LOAD#LOAD_SOUNDFILE|<code>LOAD SOUNDFILE</code>]] command. | ||
For a thorough introduction into the matter of table items, see [[Programmer_Guide/Shell_Items/Table/Introducing_Table_Items|Introducing Table Items]]. | For a thorough introduction into the matter of table items, see [[Programmer_Guide/Shell_Items/Table/Introducing_Table_Items|Introducing Table Items]]. |
Latest revision as of 19:08, 17 April 2014
Directory tables (as opposed to simple tables, extended tables and parameter tables) store and manage sound file information. On creation of a directory table, fields for the name of the soundfile and for its beginning and length are automatically created. This type of table can be used with the LOAD SOUNDFILE
command.
For a thorough introduction into the matter of table items, see Introducing Table Items.