Programmer Guide/Macro Library: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:




;[[/StdLib|library StdLib]] - {{STX}} main library:
:{|class="keinrahmen"
|[[/StdLib|StdLib.stx]]
| ||'''application management''' ||—
|[[#AppLoad|AppLoad]] ||—
|[[#AppMain|AppMain]] ||—
|[[#AppCleanup|AppCleanup]] ||—
|[[#AppHelp|AppHelp]]
|-
|—
|-
| ||'''message handling''' ||—
|[[#PostMessage|PostMessage]] ||—
|[[#SetMsgHandler|SetMsgHandler]] ||—
|[[#DispatchMsg|DispatchMsg]] ||—
|[[#MsgQueue|MsgQueue]]
|-
| || ||
|[[#MsgFilter|MsgFilter]] ||—
|[[#GetMessage|GetMessage]]
|-
|—
|-
| ||'''utilities for standard {{STX}} applications''' ||—
|[[#ExtSetup|ExtSetup]] ||—
|[[#PlayCursor|PlayCursor]] ||—
|[[#GenerateScaleParams|GenerateScaleParams]] ||—
|[[#MetaSegment|MetaSegment]]
|-
|—
|-
| ||'''file functions''' ||—
|[[#stxFileTypeList|stxFileTypeList]] ||—
|[[#stxFileType|stxFileType]] ||—
|[[#SectionFile|SectionFile]] ||—
|[[#FileToolBox|FileToolBox]]
|-
|—
|-
| ||'''display functions''' ||—
|[[#LogWindow|LogWindow]] ||—
|[[#ConLog|ConLog]] ||—
|[[#UM and EM|UM and EM]] ||—
|[[#ShowItem|ShowItem]]
|-
|—
|-
| ||'''dialog and window functions''' ||—
|[[#CreateMenu|CreateMenu]] ||—
|[[#DoModalDialog|DoModalDialog]] ||&mdash
|[[#SetModalWindow|SetModalWindow]] ||—
|[[#GetWindowPos|GetWindowPos]]
|-
| || ||
|[[#SetWindowPos|SetWindowPos]] ||—
|[[#WindowSizeDlg|WindowSizeDlg]] ||—
|[[#GetMonitor|GetMonitor]] ||—
|[[#GetDesktop|GetDesktop]]
|-
| || ||
|[[#ProgressBox|ProgressBox]] ||—
|[[#InitDialogItem|InitDialogItem]] ||—
|[[#SetControlMode|SetControlMode]]
|-
|—
|-
| ||'''[[Programmer_Guide/Shell_Items/SPU|SPU]] and [[Programmer_Guide/Shell_Items/Graph|graph]] functions''' ||—
|[[#SetGraphXScale|SetGraphXScale]] ||—
|[[#GetOutputValue|GetOutputValue]]
|-
|—
|-
| ||'''[[Programmer_Guide/Shell_Items/SPU|SPUs]]''' ||—
|[[#XScaleLinear|XScaleLinear]] ||—
|[[#XScaleBark|XScaleBark]] ||—
|[[#Table2Output|Table2Output]] ||—
|[[#Wave2output|Wave2output]]
|}
 





Revision as of 11: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 &mdash SetModalWindow GetWindowPos
SetWindowPos WindowSizeDlg GetMonitor GetDesktop
ProgressBox InitDialogItem SetControlMode
SPU and graph functions SetGraphXScale GetOutputValue
SPUs XScaleLinear XScaleBark Table2Output Wave2output



macro BSF - soundfile handling
NewDialog OpenDialog
Open Close CloseAll
Select Truncate


macro BUTIL - misc. utility functions
MsgBox EditBox
FileDialog Copy/Move/DeleteFile DirectoryDialog GetDirectory Directory
GetSwitch GetKeyWord GetKeyIndex
SelectTable

Navigation menu

Personal tools