JavaScript Reference: Difference between revisions

From MXWendler Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
</div>
</div>
This document describes the MXWendler (MXW) JavaScript Command Interface through an overview of the programming structure, with practical examples of automation and internal scripting.
This document describes the MXWendler (MXW) JavaScript Command Interface through an overview of the programming structure, with practical examples of automation and internal scripting.
== What is JavaScript? ==
</div>
JavaScript is a standardized interpreted, high level programming language. It is one of the core technologies of the World Wide Web and it is mainly used in web browsers to control web pages and test the user input before sending it.

Revision as of 14:37, 24 October 2022

This reference applies to all different OS. The presented OSC commands are for most part supported in version 6.0 but will be fully functional in version 6.0.08 and above.

Introduction

This document describes the MXWendler (MXW) JavaScript Command Interface through an overview of the programming structure, with practical examples of automation and internal scripting.

What is JavaScript?

JavaScript is a standardized interpreted, high level programming language. It is one of the core technologies of the World Wide Web and it is mainly used in web browsers to control web pages and test the user input before sending it.