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''' || &rarr;
|[[/CObj#...|...]] &middot; ...
|-
| ||&mdash;
|-
| ||'''CObjEx<BR>extension class for scripts''' ||&rarr;
|[[/CObjEx#...|...]] &middot; ...
|-
| ||&mdash;
|-
| ||'''ModalDialog<BR>a modal dialog''' ||&rarr;
|[[/ModalDialog#...|...]] &middot; ...
|-
| ||&mdash;
|-
| ||'''SetupSheet<BR>property sheets''' ||&rarr;
|[[/SetupSheet#...|...]] &middot; ...
|-
| ||&mdash;
|-
| ||'''PlayWave<BR>general play class''' ||&rarr;
|[[/PlayWave#...|...]] &middot; ...
|-
| ||&mdash;
|-
| ||'''SetWaveIO<BR>wave device setup''' ||&rarr;
|[[/SetWaveIO#...|...]] &middot; ...
|-
| ||&mdash;
|-
| ||'''CalibSig<BR>signal calibration''' ||&rarr;
|[[/CalibSig#...|...]] &middot; ...
|-
| ||&mdash;
|-
| ||'''CAppQueue<BR>application queue for batch processing''' ||&rarr;
|[[/CAppQueue#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''BSignal<BR>signal processing controller''' ||&rarr;
|[[/BSignal#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''CDlgMap<BR>enhanced modal dialog''' ||&rarr;
|[[/CDlgMap#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''CMenu<BR>menu handling class''' ||&rarr;
|[[/CMenu#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''XWave<BR>enhanced wave object''' ||&rarr;
|[[/XWave#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''XPlot<BR>general function plot''' ||&rarr;
|[[/XPlot#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''XGraph<BR>a graph in a XPlot display''' ||&rarr;
|[[/XGraph#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''CTemplates<BR>manage XML templates''' ||&rarr;
|[[/XGraph#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''NDLib<BR>signal processing, audio descriptors, ...''' ||&rarr;
|[[/NDLib#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''TBMGR<BR>toolbox manager and base class''' ||&rarr;
|[[/TBMGR#...|...] &middot; ...
|-
| ||&mdash;
|-
| ||'''KlattSyn<BR>formant speech synthesis''' ||&rarr;
|[[/KlattSyn#...|...] &middot; ...
|-
| ||&mdash;
|-
|}
|}

Revision as of 14: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 AppLoadAppMain · 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#...|...] · ...

Navigation menu

Personal tools