Programmer Guide: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(74 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
'''Contents'''
{{STX}} implements a powerful scripting language and a signal processing language. This document will try to give you the necessary information to program your own applications.


==Programming S_TOOLS-STx==
;General introduction into programming {{STX}} applications and scripts.:
:[[Programmer_Guide/Introduction|A general introduction to the program architecture and the script language syntax]]
:[[Programmer_Guide/STx_Guru|How to become an {{STX}} Guru in 230.195 simple steps (2005)]]
:[[Programmer_Guide/Source_code|Source code]]
:[[Programmer_Guide/Examples|Examples]]


S_TOOLS-STx implements a powerful scripting language. This document will try to give you the necessary information to program your own applications.
;Detailed description of built-in (shell) commands, shell items, standard macros and classes.:
:[[Programmer_Guide/Command_Reference|Command Reference]]
:[[Programmer_Guide/Macro_Library|Macro and Class Reference]]
:[[Programmer_Guide/Shell_Items|Shell Items]]
:[[Programmer_Guide/SPU_Reference|Signal Processing Subsystem - SP-Units (SPU) and SP-Atoms]]
:[[Programmer_Guide/Quick_Reference|Quick Reference]]


Scripts can be used to implement
;How to program {{STX}} scripts and toolboxes.:
:[[Programmer_Guide/BScript|The script runtime environment - application '''BScript''']]
:[[Programmer_Guide/Programming a Toolbox|Extending {{STX}} applications - implementing a Toolbox to integrate scripts into the GUI]]
:[[User_Guide/Debugger|Script Debugger - testing and debugging scripts]]
:[[User_Guide/STX Console|STX Console]]


*simple processing lists, calling standard S_TOOLS-STx signal processing applications,
;Miscellaneous:
*signal processing application (like the Spectrogram & Parameters Viewer),
:[[Programmer_Guide/General_Descriptions|General Descriptions]]
*complex database operations on the S_TOOLS-STx DataSet,
*in fact, everything you see in S_TOOLS-STx can be programmed in the macro language.
The term '''S_TOOLS-STx script''' is a synonym for an application implemented using one or more S_TOOLS-STx macros, classes and SPU's, and executed by the script controller application <code>BScript</code>.


<splist
;Infos for STX Developers
parent=
:[[Programmer_Guide/Bug_List|Bugs]]
sort=asc
:[[Programmer_Guide/Dev_List|Plans, Ideas and Wishes]]
sortby=title
showpath=no
liststyle=unordered
kidsonly=yes
>

Latest revision as of 09:18, 25 January 2016

STx implements a powerful scripting language and a signal processing language. This document will try to give you the necessary information to program your own applications.

General introduction into programming STx applications and scripts.
A general introduction to the program architecture and the script language syntax
How to become an STx Guru in 230.195 simple steps (2005)
Source code
Examples
Detailed description of built-in (shell) commands, shell items, standard macros and classes.
Command Reference
Macro and Class Reference
Shell Items
Signal Processing Subsystem - SP-Units (SPU) and SP-Atoms
Quick Reference
How to program STx scripts and toolboxes.
The script runtime environment - application BScript
Extending STx applications - implementing a Toolbox to integrate scripts into the GUI
Script Debugger - testing and debugging scripts
STX Console
Miscellaneous
General Descriptions
Infos for STX Developers
Bugs
Plans, Ideas and Wishes

Navigation menu

Personal tools