Programmer Guide/Macro Library: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 118: | Line 118: | ||
|- | |- | ||
| ||'''CAppQueue<BR>application queue for batch processing''' ||→ | | ||'''CAppQueue<BR>application queue for batch processing''' ||→ | ||
|[[/CAppQueue#...|...] · ... | |[[/CAppQueue#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''BSignal<BR>signal processing controller''' ||→ | | ||'''BSignal<BR>signal processing controller''' ||→ | ||
|[[/BSignal#...|...] · ... | |[[/BSignal#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''CDlgMap<BR>enhanced modal dialog''' ||→ | | ||'''CDlgMap<BR>enhanced modal dialog''' ||→ | ||
|[[/CDlgMap#...|...] · ... | |[[/CDlgMap#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''CMenu<BR>menu handling class''' ||→ | | ||'''CMenu<BR>menu handling class''' ||→ | ||
|[[/CMenu#...|...] · ... | |[[/CMenu#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''XWave<BR>enhanced wave object''' ||→ | | ||'''XWave<BR>enhanced wave object''' ||→ | ||
|[[/XWave#...|...] · ... | |[[/XWave#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''XPlot<BR>general function plot''' ||→ | | ||'''XPlot<BR>general function plot''' ||→ | ||
|[[/XPlot#...|...] · ... | |[[/XPlot#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''XGraph<BR>a graph in a XPlot display''' ||→ | | ||'''XGraph<BR>a graph in a XPlot display''' ||→ | ||
|[[/XGraph#...|...] · ... | |[[/XGraph#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''CTemplates<BR>manage XML templates''' ||→ | | ||'''CTemplates<BR>manage XML templates''' ||→ | ||
|[[/XGraph#...|...] · ... | |[[/XGraph#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''NDLib<BR>signal processing, audio descriptors, ...''' ||→ | | ||'''NDLib<BR>signal processing, audio descriptors, ...''' ||→ | ||
|[[/NDLib#...|...] · ... | |[[/NDLib#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''TBMGR<BR>toolbox manager and base class''' ||→ | | ||'''TBMGR<BR>toolbox manager and base class''' ||→ | ||
|[[/TBMGR#...|...] · ... | |[[/TBMGR#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''KlattSyn<BR>formant speech synthesis''' ||→ | | ||'''KlattSyn<BR>formant speech synthesis''' ||→ | ||
|[[/KlattSyn#...|...] · ... | |[[/KlattSyn#...|...]] · ... | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
|} | |} |
Revision as of 13:56, 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→ ... · ... — BSignal
signal processing controller→ ... · ... — CDlgMap
enhanced modal dialog→ ... · ... — CMenu
menu handling class→ ... · ... — XWave
enhanced wave object→ ... · ... — XPlot
general function plot→ ... · ... — XGraph
a graph in a XPlot display→ ... · ... — CTemplates
manage XML templates→ ... · ... — NDLib
signal processing, audio descriptors, ...→ ... · ... — TBMGR
toolbox manager and base class→ ... · ... — KlattSyn
formant speech synthesis→ ... · ... —