Programmer Guide: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
This manual is dedicated to experienced {{STX}} users and to all people who want to implement '''signal processing algorithms''' or '''signal (sound) management applications''' using the {{STX}} development environment and programming features. It describes the internal structure of {{STX}} and the {{STX}} (script-) programming languange.
{{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.:
;General introduction into programming {{STX}} applications and scripts.:
:*[[Programmer_Guide/Programming|Programming {{STX}}]]
:[[Programmer_Guide/Introduction|A general introduction to the program architecture and the script language syntax]]
;Detailed description of build-in (shell) commands, shell items, standard macros and classes.:
:[[Programmer_Guide/STx_Guru|How to become an {{STX}} Guru in 230.195 simple steps (2005)]]
:*[[Programmer_Guide/Command_Reference|Command Reference]]
:[[Programmer_Guide/Source_code|Source code]]
:*[[Programmer_Guide/Shell_Items|Shell Items]]
:[[Programmer_Guide/Examples|Examples]]
:*[[Programmer_Guide/Macro_Library|Macro Reference]]
 
:*[[Programmer_Guide/Class_Library|Class Reference]]
;Detailed description of built-in (shell) commands, shell items, standard macros and classes.:
:*[[Programmer_Guide/SPU_Reference|Signal Processing Subsystem - SP-Units (SPU) and SP-Atoms]]
:[[Programmer_Guide/Command_Reference|Command Reference]]
;How to program {{STX}} application, toolboxes and scripts.:
:[[Programmer_Guide/Macro_Library|Macro and Class Reference]]
:*[[Programmer_Guide/Application|{{STX}} Applications]]
:[[Programmer_Guide/Shell_Items|Shell Items]]
:*[[Programmer_Guide/Toolbox|{{STX}} Toolboxes]]
:[[Programmer_Guide/SPU_Reference|Signal Processing Subsystem - SP-Units (SPU) and SP-Atoms]]
:*[[Programmer_Guide/BScript|{{STX}} Scripts (or '''script applications)]]
:[[Programmer_Guide/Quick_Reference|Quick Reference]]
;Miscellaneous informations about the internals and features of {{STX}}.:  
 
:*[[Programmer_Guide/General_Descriptions|General Descriptions]]
;How to program {{STX}} scripts and toolboxes.:
;Some lessons about ''how to become a {{STX}} guru''.: The lessions contained in this section are based on an  [http://www.kfs.oeaw.ac.at ARI] workshop from the year 2005 with the title "'''becoming a STX<sub>3.7</sub> guru'''". 
:[[Programmer_Guide/BScript|The script runtime environment - application '''BScript''']]
:*[[Programmer_Guide/STx_Guru|{{STX}} Guru (2004, for version 3.7.x)]]
:[[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]]
 
;Miscellaneous:  
:[[Programmer_Guide/General_Descriptions|General Descriptions]]
 
;Infos for STX Developers
:[[Programmer_Guide/Bug_List|Bugs]]
:[[Programmer_Guide/Dev_List|Plans, Ideas and Wishes]]

Latest revision as of 10: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