Programmer Guide/Programming a Toolbox: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (Jw moved page Programmer Guide/Toolbox to Programmer Guide/Programming a Toolbox) |
No edit summary |
||
Line 2: | Line 2: | ||
{{PGToolbox}} | {{PGToolbox}} | ||
Toolbox functions can be used to provide extra context-dependent functionality in {{STX}}. See the User Guide for details about calling Toolbox functions from the {{STX}} GUI. If you want to program a Toolbox function, please read on. | Toolbox functions can be used to provide extra context-dependent functionality in {{STX}}. See the User Guide for details about calling Toolbox functions from the {{STX}} GUI. If you want to program a Toolbox function, please read on. | ||
==Toolbox Functions== | ==Toolbox Functions== | ||
Line 19: | Line 16: | ||
A list of toolboxes installed by default in {{STX}} can be found in the [[User Guide/Toolbox|User Guide]]. | A list of toolboxes installed by default in {{STX}} can be found in the [[User Guide/Toolbox|User Guide]]. | ||
The Toolbox functionality requires {{STX}} version 3.6.0 and newer. |
Revision as of 14:54, 31 August 2015
Toolbox functions can be used to provide extra context-dependent functionality in STx. See the User Guide for details about calling Toolbox functions from the STx GUI. If you want to program a Toolbox function, please read on.
Toolbox Functions
Toolbox functions can be used to provide extra context-dependent functionality in STx. See the User Guide for details about calling Toolbox functions from the STx GUI. If you want to program a Toolbox function, please read the following two articles:
Example Toolbox Function
The Toolbox function ExportSegmentsToSoundfiles
has been included as an example of a Toolbox function.
Pre-installed Toolboxes
A list of toolboxes installed by default in STx can be found in the User Guide.
The Toolbox functionality requires STx version 3.6.0 and newer.