Programmer Guide: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
{{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. | {{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: {{VersionInfo}} | |||
;General introduction into programming {{STX}} applications and scripts.: | ;General introduction into programming {{STX}} applications and scripts.: | ||
Line 23: | Line 25: | ||
;Miscellaneous: | ;Miscellaneous: | ||
:[[Programmer_Guide/General_Descriptions|General Descriptions]] | :[[Programmer_Guide/General_Descriptions|General Descriptions]] | ||
;Infos for STX Developers | ;Infos for STX Developers | ||
:[[Programmer_Guide/Bug_List|Bugs]] | :[[Programmer_Guide/Bug_List|Bugs]] | ||
:[[Programmer_Guide/Dev_List|Plans, Ideas and Wishes]] | :[[Programmer_Guide/Dev_List|Plans, Ideas and Wishes]] | ||
Revision as of 11:06, 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 application, toolboxes and scripts.
- Applications
- Programming a Toolbox
- Scripts (or script applications)
- Script Debugger
- Miscellaneous
- General Descriptions
- Infos for STX Developers
- Bugs
- Plans, Ideas and Wishes