Programmer Guide/Macro Library: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 77: | Line 77: | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |||
|[[/Classes|Classes.stx]] | |||
|- | |||
| ||— | |||
|- | |||
| ||'''CObj<BR>the base class''' || → | |||
|[[/CObj#...|...]] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''CObjEx<BR>extension class for scripts''' ||→ | |||
|[[/CObjEx#...|...]] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''ModalDialog<BR>a modal dialog''' ||→ | |||
|[[/ModalDialog#...|...]] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''SetupSheet<BR>property sheets''' ||→ | |||
|[[/SetupSheet#...|...]] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''PlayWave<BR>general play class''' ||→ | |||
|[[/PlayWave#...|...]] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''SetWaveIO<BR>wave device setup''' ||→ | |||
|[[/SetWaveIO#...|...]] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''CalibSig<BR>signal calibration''' ||→ | |||
|[[/CalibSig#...|...]] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''CAppQueue<BR>application queue for batch processing''' ||→ | |||
|[[/CAppQueue#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''BSignal<BR>signal processing controller''' ||→ | |||
|[[/BSignal#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''CDlgMap<BR>enhanced modal dialog''' ||→ | |||
|[[/CDlgMap#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''CMenu<BR>menu handling class''' ||→ | |||
|[[/CMenu#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''XWave<BR>enhanced wave object''' ||→ | |||
|[[/XWave#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''XPlot<BR>general function plot''' ||→ | |||
|[[/XPlot#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''XGraph<BR>a graph in a XPlot display''' ||→ | |||
|[[/XGraph#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''CTemplates<BR>manage XML templates''' ||→ | |||
|[[/XGraph#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''NDLib<BR>signal processing, audio descriptors, ...''' ||→ | |||
|[[/NDLib#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''TBMGR<BR>toolbox manager and base class''' ||→ | |||
|[[/TBMGR#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
| ||'''KlattSyn<BR>formant speech synthesis''' ||→ | |||
|[[/KlattSyn#...|...] · ... | |||
|- | |||
| ||— | |||
|- | |||
|} | |} |
Revision as of 13:55, 12 May 2011
This section describes the STx standard macros and classes. They are all linked into the library file stx.lib, which is part of the standard installation, and loaded on program start.
alphabetical list of macros
sort=asc has no subpages to list.
StdLib.stx — application management → AppLoad — AppMain · AppCleanup · AppHelp — message handling → PostMessage · SetMsgHandler · DispatchMsg · MsgQueue · MsgFilter · GetMessage — utilities for standard
STx applications→ ExtSetup · PlayCursor · GenerateScaleParams · MetaSegment — file functions → stxFileTypeList · stxFileType · SectionFile · FileToolBox — display functions → LogWindow · ConLog · UM and EM · ShowItem — dialog and window functions → CreateMenu · DoModalDialog · SetModalWindow · GetWindowPos · SetWindowPos · WindowSizeDlg · GetMonitor · GetDesktop · ProgressBox · InitDialogItem · SetControlMode — SPU and graph functions → SetGraphXScale · GetOutputValue — SPUs → XScaleLinear · XScaleBark · Table2Output · Wave2output — BSF.stx — macro BSF
soundfile handling→ NewDialog · OpenDialog · Open · Close · CloseAll · Select · Truncate — BUTIL.stx — macro BUTIL
misc. utility functions→ MsgBox · EditBox · FileDialog · Copy/Move/DeleteFile · DirectoryDialog · GetDirectory · Directory · GetSwitch · GetKeyWord · GetKeyIndex · SelectTable — Classes.stx — CObj
the base class→ ... · ... — CObjEx
extension class for scripts→ ... · ... — ModalDialog
a modal dialog→ ... · ... — SetupSheet
property sheets→ ... · ... — PlayWave
general play class→ ... · ... — SetWaveIO
wave device setup→ ... · ... — CalibSig
signal calibration→ ... · ... — CAppQueue
application queue for batch processing→ [[Programmer Guide/Macro Library/CAppQueue#...|...] · ... — BSignal
signal processing controller→ [[Programmer Guide/Macro Library/BSignal#...|...] · ... — CDlgMap
enhanced modal dialog→ [[Programmer Guide/Macro Library/CDlgMap#...|...] · ... — CMenu
menu handling class→ [[Programmer Guide/Macro Library/CMenu#...|...] · ... — XWave
enhanced wave object→ [[Programmer Guide/Macro Library/XWave#...|...] · ... — XPlot
general function plot→ [[Programmer Guide/Macro Library/XPlot#...|...] · ... — XGraph
a graph in a XPlot display→ [[Programmer Guide/Macro Library/XGraph#...|...] · ... — CTemplates
manage XML templates→ [[Programmer Guide/Macro Library/XGraph#...|...] · ... — NDLib
signal processing, audio descriptors, ...→ [[Programmer Guide/Macro Library/NDLib#...|...] · ... — TBMGR
toolbox manager and base class→ [[Programmer Guide/Macro Library/TBMGR#...|...] · ... — KlattSyn
formant speech synthesis→ [[Programmer Guide/Macro Library/KlattSyn#...|...] · ... —