All public logs
From STX Wiki
Jump to navigationJump to search
Combined display of all available logs of STX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:26, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/LOAD SOUNDFILE (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ====LOAD SOUNDFILE==== The <code>LOAD SOUNDFILE</code> command loads a sound file into the shell's sound file list and make it the current sound file. Once you have finished with a sound file, you can un…')
- 14:26, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/LOAD MACROCODE or SPUCODE (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ====LOAD MACROCODE|SPUCODE==== <code>LOAD MACROCODE|SPUCODE <var>src1</var> [ <var>src2</var> ... ] [ /T ] [ /Nolog ] [ /S ]</code> Load all source code from the specified source files (<var>src1</var> …')
- 13:58, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Source code (content was: '#REDIRECT Programmer Guide/Source code' (and the only contributor was 'Toni'))
- 13:32, 15 April 2011 Toni talk contribs moved page Programmer Guide/Programming/Source code to Programmer Guide/Source code
- 13:31, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Classes (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ======Classes====== {{STX}} classes are actually macros with built-in functionality for instantiation, destruction and message handling. Classes must have the <code>CObj</code> class as their parent, or …')
- 13:30, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Example Scripts (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Example Scripts== The <code>scripts\examples</code> sub-directory in the {{STX}} application directory contains many example scripts. If you want to see an example in action, drag and drop it onto the …')
- 13:17, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Graphical User Interface Programming (GUI) (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Graphical User Interface Programming (GUI)== The three shell items used for the graphical user interface (GUI) programming are the display, graph and dialog items. Graph items can plot data, dialog ite…')
- 13:16, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Another GUI Example (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ====Another GUI Example==== The following example uses the {{STX}} class XPlot to draw a simple x/y-plot (a line) and a spectrogram (noise) <pre> [macro…')
- 13:16, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/A GUI Example (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ====A GUI Example==== The following example demonstrates the use of a display, graph and dialog item. <pre> /*++ Macro: gui_basic_example Descriptions: Creates a basic graphical user interface, Par…')
- 12:43, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Macros, Classes and SPUs (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ====Macros, Classes and SPUs==== A macro (section type <code>MACRO</code>) is used to implement an application, a script or a library function. This macro can then be called by any other visible {{STX}} …')
- 11:00, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Shell Items Intro/Introducing Shell Items (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Introducing Shell Items== A shell item is an object designed to be good at a specific range of tasks. E.g. there is a file item which allows you to read, write, copy, rename and list files and there is…')
- 07:51, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Programming S TOOLS-STx (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} this page should be !!deleted!!')
- 07:49, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/Working with Scripts (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} this page should be !!deleted!!')
- 07:49, 15 April 2011 Toni talk contribs deleted page Programmer Guide/Programming/The scripting language (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==The scripting language== This chapter introduces the syntactical concepts necessary for programming scripts in the {{STX}} scripting language.')
- 19:22, 14 April 2011 Christian talk contribs deleted page Programmer Guide/Command Reference/DELETE/- (content was: '#REDIRECT Programmer_Guide/Command_Reference_Options/-')
- 19:22, 14 April 2011 Christian talk contribs undeleted page Programmer Guide/Command Reference Options/- (14 revisions restored)
- 19:22, 14 April 2011 Christian talk contribs deleted page Programmer Guide/Command Reference Options/- (content was: '{{DISPLAYTITLE:end of options "/-"}} The <code>/-</code> ''end of options'' switch is available for every {{STX}} command that accepts flags. With the ''end of options'' switch, you indicate that any following arguments should be interpr…')
- 21:37, 13 April 2011 Toni talk contribs deleted page Programmer Guide/STx Guru/Pitfalls (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Pitfalls== When invocating a macro for the second time, third time, or generally the n-th time, n being any finite positive integer, it will find its namespace empty. This is what you would expect from…')
- 21:35, 13 April 2011 Toni talk contribs deleted page Programmer Guide/STx Guru/Shell Items: An Overview (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Shell Items: An Overview== Shell items are a kind of their own. Each shell item has a handle – actually kind of an internal name – that is not normally directly known to the programmer. Shell items…')
- 21:34, 13 April 2011 Toni talk contribs deleted page Programmer Guide/STx Guru/Control Structures (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Control Structures== ====Calls to Macros and Built-In Functions==== You might argue that we have been through that already, but, unfortunately, this is only part true: There is much more to passing an…')
- 21:31, 13 April 2011 Toni talk contribs deleted page Programmer Guide/STx Guru/Variables (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Variables== The names of {{STX}} variables start with an optional one-character prefix indicating the scope of this variable (the lack of such a prefix indicating shell-global scope, see below). Beside…')
- 21:30, 13 April 2011 Toni talk contribs deleted page Programmer Guide/STx Guru/Constants (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Constants== {{STX}} does not strictly discern between string constants and numerical constants. Normally each constant is considered a string, there only being exceptions dependent on the context where…')
- 21:29, 13 April 2011 Toni talk contribs deleted page Programmer Guide/STx Guru/Whom this is for (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Whom this is for== This manual is a general introduction to the programming language that is part of the {{STX}} environment. Reading this manual will allow you to implement both procedural functions a…')
- 21:25, 13 April 2011 Toni talk contribs deleted page Programmer Guide/STx Guru/Becoming an STx Guru (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Becoming an {{STX}} Guru==')
- 18:59, 13 April 2011 Toni talk contribs deleted page Programmer Guide/Macro Library/SHOWTABLE (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==SHOWTABLE== The <code>SHOWTABLE</code> command is no longer supported. Please use the <code>SHOWITEM</code> command instead.')
- 18:57, 13 April 2011 Toni talk contribs moved page Programmer Guide/Macro Library/UM message to Programmer Guide/Macro Library/UM
- 18:57, 13 April 2011 Toni talk contribs deleted page Programmer Guide/Macro Library/Macro Library (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} ==Macro Library== {{STX}} is written using its own macro language (see the Command Reference for details of available commands). The Macro Library documents many macros used in {{STX}} itself and availab…')
- 18:56, 13 April 2011 Toni talk contribs moved page Programmer Guide/Macro Library/Macro to Programmer Guide/Macro Library/APPCLEANUP
- 18:50, 13 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference Intro (content was: '<splist parent= sort=asc sortby=title showpath=no liststyle=unordered kidsonly=yes ></splist>' (and the only contributor was 'Admin'))
- 14:44, 13 April 2011 Christian talk contribs deleted page Programmer Guide/Command Reference Intro/Conditional Expressions (content was: '#REDIRECT Programmer Guide/Concepts/Conditional Expressions' (and the only contributor was 'Christian'))
- 14:21, 13 April 2011 Christian talk contribs moved page Programmer Guide/Command Reference Intro/Conditional Expressions to Programmer Guide/Concepts/Conditional Expressions
- 14:20, 13 April 2011 Christian talk contribs deleted page Programmer Guide/Command Reference Intro/GOTO and GOSUB (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} {{:Programmer_Guide/Command_Reference/GOTO}} {{:Programmer_Guide/Command_Reference/GOSUB}} {{:Programmer_Guide/Command_Reference/GOSUBX}}')
- 12:05, 13 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/sinx (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====sinx===== sin(x) / x =====Usage:===== <code>sinx(<var>x</var>)</code>')
- 12:50, 11 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/iir2 (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====iir2===== An Infinite Impulse Response (IIR) filter. =====Usage:===== <code>iir1(<var>c</var>, <var>z</var>, <var>x</var>, <var>s</var>)</code> =====Function:===== Computes the filter coefficien…')
- 11:24, 11 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/sppeaks (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====sppeaks===== An enhanced peak picking algorithm. =====Usage:===== <code>sppeaks(<var>y</var>, <var>mode</var>, <var>ymin</var>, <var>imin</var>, <var>imax</var>)</code> =====Parameters:===== ;<v…')
- 14:31, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/erb2hz (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====erb2hz===== ERB to Hertz conversion. =====Usage:===== <code>erb2hz(<var>x</var>)</code>')
- 14:31, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/ctrn (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====ctrn===== Transpose a complex matrix <var>x</var>. =====Usage:===== <code>ctrn(<var>x</var>)</code> =====Parameters:===== ;<var>x</var> :A complex matrix. =====Result:===== The transposed com…')
- 14:31, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/cset (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====cset===== Create a complex number from real and imaginary values. =====Usage:===== <code>cset(<var>xr</var>,<var>xi</var>)</code> =====Parameters:===== ;<var>xr</var> :The real part of the comp…')
- 14:31, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/cget (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====cget===== Extract the real or imaginary part of the number <var>x</var>. =====Usage:===== <code>cget(<var>x</var>,0|1)</code> =====Parameters:===== ;<var>x</var> :Any complex type. ;<var>0|1</…')
- 14:30, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/cr2p (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====cr2p===== Convert Cartesian coordinates to Polar coordinates =====Usage:===== <code>cr2p(<var>x</var>C)</code> =====Return Type:===== like <var>x</var>C')
- 14:30, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/cr2len (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====cr2len===== Retrieve the length of <var>x</var>C (amplitude). =====Usage:===== <code>cr2len(<var>x</var>C)</code> =====Return Type:===== scalar or vector')
- 14:30, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/cp2r (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====cp2r===== Convert Polar coordinates to Cartesian coordinates =====Usage:===== <code>cp2r(<var>xC</var>)</code> =====Parameters:===== ;<var>xC</var> :Any complex type. =====Return Type:===== l…')
- 14:30, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/conj (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====conj===== The conjugate of <var>x</var>. =====Usage:===== <code>conj(<var>x</var>)</code> =====Parameters:===== ;<var>x</var> :Any complex number. =====Return Type:===== The same type as <var…')
- 14:30, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/cmul (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====cmul===== Element by element multiplication of complex numbers. =====Usage:===== <code>cmul(<var>x</var>C,<var>y</var>S)</code> <code>cmul(<var>x</var>C,<var>y</var>V)</code> <code>cmul(<var>x</…')
- 14:29, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/cdot (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====cdot===== The dot product of <var>x1</var> and <var>x2</var>. =====Usage:===== <code>cdot(<var>x1</var>,<var>x2</var>)</code> =====Parameters:===== ;<var>x1, x2</var> :Complex numbers or vector…')
- 07:52, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/wtaprect (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====wtaprect===== Tapered rect. (square with hanning flanks) {| |- |Usage: |wtaprect(x, <var>scale</var>) |}')
- 07:52, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/wnuttall (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====wnuttall===== Nut-Tall window {| |- |Usage: |wnuttall(x, <var>scale</var>) |}')
- 07:51, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/wkaiser (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====wkaiser===== Kaiser window {| |- |Usage: |wkaiser(x, <var>scale</var>, <var>par</var>) |- |Parameters: |{| |- |0 < <var>par</var> |def,=8 |} | |}')
- 07:51, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/whanning (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====whanning===== Hanning window {| |- |Usage: |whanning(x, <var>scale</var>) |}')
- 07:51, 7 April 2011 Toni talk contribs deleted page Programmer Guide/Command Reference/EVAL/whamming (content was: '{{DISPLAYTITLE:{{SUBPAGENAME}}}} =====whamming===== Hamming window {| |- |Usage: |whamming(x, <var>scale</var>) |}')