Programmer Guide: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
;How to program {{STX}} scripts and toolboxes.: | ;How to program {{STX}} scripts and toolboxes.: | ||
:[[Programmer_Guide/BScript|Script | :[[Programmer_Guide/BScript|Script Controller application ''BScript'' - the script runtime environment]] | ||
:[[Programmer_Guide/Programming a Toolbox| | :[[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/Debugger|Script Debugger]] | :[[User_Guide/STX Console|STX Console]] | ||
;Miscellaneous: | ;Miscellaneous: |
Revision as of 11:22, 15 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.
Current STx Version: STx Version 5.0.6
- General introduction into programming STx applications and scripts.
- How to become an STx Guru in 230.195 simple steps (2005) - by all means, read this first if you are new to STx programming
- Introduction
- 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.
- Script Controller application BScript - the script runtime environment
- 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