Programmer Guide/Macro Library: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
:{|class="keinrahmen" | :{|class="keinrahmen" | ||
|[[/StdLib|StdLib.stx]] ||'''application management''' || & | |[[/StdLib|StdLib.stx]] | ||
|[[/StdLib#AppLoad|AppLoad]] — [[/StdLib#AppMain|AppMain]] & | |- | ||
| ||'''application management''' || → | |||
|[[/StdLib#AppLoad|AppLoad]] — [[/StdLib#AppMain|AppMain]] · [[/StdLib#AppCleanup|AppCleanup]] · [[/StdLib#AppHelp|AppHelp]] | |||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''message handling''' ||& | | ||'''message handling''' ||→ | ||
|[[/StdLib#PostMessage|PostMessage]] & | |[[/StdLib#PostMessage|PostMessage]] · [[/StdLib#SetMsgHandler|SetMsgHandler]] · [[/StdLib#DispatchMsg|DispatchMsg]] · [[/StdLib#MsgQueue|MsgQueue]] · [[/StdLib#MsgFilter|MsgFilter]] · [[/StdLib#GetMessage|GetMessage]] | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''utilities for standard {{STX}} applications''' ||& | | ||'''utilities for standard {{STX}} applications''' ||→ | ||
|[[/StdLib#ExtSetup|ExtSetup]] & | |[[/StdLib#ExtSetup|ExtSetup]] · [[/StdLib#PlayCursor|PlayCursor]] · [[/StdLib#GenerateScaleParams|GenerateScaleParams]] · [[/StdLib#MetaSegment|MetaSegment]] | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''file functions''' ||& | | ||'''file functions''' ||→ | ||
|[[/StdLib#stxFileTypeList|stxFileTypeList]] & | |[[/StdLib#stxFileTypeList|stxFileTypeList]] · [[/StdLib#stxFileType|stxFileType]] · [[/StdLib#SectionFile|SectionFile]] · [[/StdLib#FileToolBox|FileToolBox]] | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''display functions''' ||& | | ||'''display functions''' ||→ | ||
|[[/StdLib#LogWindow|LogWindow]] & | |[[/StdLib#LogWindow|LogWindow]] · [[/StdLib#ConLog|ConLog]] · [[/StdLib#UM and EM|UM and EM]] · [[/StdLib#ShowItem|ShowItem]] | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''dialog and window functions''' ||& | | ||'''dialog and window functions''' ||→ | ||
|[[/StdLib#CreateMenu|CreateMenu]] & | |[[/StdLib#CreateMenu|CreateMenu]] · [[/StdLib#DoModalDialog|DoModalDialog]] · [[/StdLib#SetModalWindow|SetModalWindow]] · [[/StdLib#GetWindowPos|GetWindowPos]] · [[/StdLib#SetWindowPos|SetWindowPos]] · [[/StdLib#WindowSizeDlg|WindowSizeDlg]] · [[/StdLib#GetMonitor|GetMonitor]] · [[/StdLib#GetDesktop|GetDesktop]] · [[/StdLib#ProgressBox|ProgressBox]] · [[/StdLib#InitDialogItem|InitDialogItem]] · [[/StdLib#SetControlMode|SetControlMode]] | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''[[Programmer_Guide/Shell_Items/SPU|SPU]] and [[Programmer_Guide/Shell_Items/Graph|graph]] functions''' ||& | | ||'''[[Programmer_Guide/Shell_Items/SPU|SPU]] and [[Programmer_Guide/Shell_Items/Graph|graph]] functions''' ||→ | ||
|[[/StdLib#SetGraphXScale|SetGraphXScale]] & | |[[/StdLib#SetGraphXScale|SetGraphXScale]] · [[/StdLib#GetOutputValue|GetOutputValue]] | ||
|- | |- | ||
| ||— | | ||— | ||
|- | |- | ||
| ||'''[[Programmer_Guide/Shell_Items/SPU|SPUs]]''' ||& | | ||'''[[Programmer_Guide/Shell_Items/SPU|SPUs]]''' ||→ | ||
|[[/StdLib#XScaleLinear|XScaleLinear]] & | |[[/StdLib#XScaleLinear|XScaleLinear]] · [[/StdLib#XScaleBark|XScaleBark]] · [[/StdLib#Table2Output|Table2Output]] · [[/StdLib#Wave2output|Wave2output]] | ||
|} | |} | ||
Revision as of 11:15, 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
- macro BSF - soundfile handling
- macro BUTIL - misc. utility functions