User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:27, 4 May 2012 (diff | hist) . . (-14) . . Javascript in Max 03 - the Max Object
- 15:26, 4 May 2012 (diff | hist) . . (-1,525) . . Javascript in Max 03 - the Max Object
- 17:54, 2 May 2012 (diff | hist) . . (+1) . . Editing QuickStart
- 17:53, 2 May 2012 (diff | hist) . . (+2) . . Editing QuickStart
- 17:53, 2 May 2012 (diff | hist) . . (0) . . Editing QuickStart
- 17:50, 2 May 2012 (diff | hist) . . (+323) . . Editing QuickStart
- 16:06, 2 May 2012 (diff | hist) . . (+52) . . 01 - Basic Techniques
- 21:56, 1 May 2012 (diff | hist) . . (+22,957) . . N Javascript in Max 16 - MGraphics Quick Start Guide (Created page with "==Required initialization and Routines== In order for you to use the mgraphics system within the {{maxword|name=jsui}} object, you need to have the following lines of code so...")
- 21:49, 1 May 2012 (diff | hist) . . (+22,533) . . N Javascript in Max 15 - the Sketch Object (Created page with "Every instance of {{maxword|name=jsui}} has an instance of Sketch bound to the variable "sketch". This is often the only instance of Sketch you will need to use. However, if y...") (top)
- 21:44, 1 May 2012 (diff | hist) . . (+1) . . Javascript in Max 14 - the Image Object (top)
- 21:43, 1 May 2012 (diff | hist) . . (+6,423) . . N Javascript in Max 14 - the Image Object (Created page with "The Image object can be used to draw images in an instance of the Sketch. It is possible to load image files from disk, create images from instances of Sketch, or generate t...")
- 21:00, 1 May 2012 (diff | hist) . . (+16) . . Javascript in Max 13 - the jsui Object
- 20:59, 1 May 2012 (diff | hist) . . (+3,688) . . N Javascript in Max 13 - the jsui Object (Created page with "The following section describes properties and methods that are specific to {{maxword|name=jsui}}. See <link type="vignette" module="js" name="jsmaxobject">the Max Object</l...")
- 20:57, 1 May 2012 (diff | hist) . . (+4,893) . . N Javascript in Max 12 - jsui Intro (Created page with "Javascript files loaded by the {{maxword|name=jsui}} object have access to the Sketch object, which may be used for drawing graphics. We will refer to the Sketch object and th...") (top)
- 20:55, 1 May 2012 (diff | hist) . . (+1,403) . . N Javascript in Max 11 - Javascript and Threading (Created page with "A thread is akin a continuously executing program running on a computer. Threads are managed by the computer’s operating system: the system is constantly pausing and resumi...") (top)
- 20:54, 1 May 2012 (diff | hist) . . (+6,539) . . N Javascript in Max 10 - the File Object (Created page with "The File object provides a means of reading and writing files from Javasccript. ==File Constructor== ====f = new File(filename, access, typelist);==== filename can be a fil...") (top)
- 20:50, 1 May 2012 (diff | hist) . . (+3,520) . . N Javascript in Max 09 - the Folder Object (Created page with "The Folder object is a {{maxword|name=js}} “external object” defined in the Max object called jsfolder. It is used to iterate through files in a folder. ==Folder Construc...") (top)
- 20:46, 1 May 2012 (diff | hist) . . (-20) . . Javascript in Max 08 - the Task Object (top)
- 20:45, 1 May 2012 (diff | hist) . . (-23) . . Javascript in Max 08 - the Task Object
- 20:28, 1 May 2012 (diff | hist) . . (+4,947) . . N Javascript in Max 08 - the Task Object (Created page with " =The Task Object= A task is a function that can be scheduled or repeated. You can set the arguments to the function as well as the object that will be this when the function...")
- 20:22, 1 May 2012 (diff | hist) . . (-20) . . Javascript in Max 07 - the Global Object
- 20:21, 1 May 2012 (diff | hist) . . (+3,179) . . N Javascript in Max 07 - the Global Object (Created page with "The Global object is a fairly generic Javascript object that allows you to share data among {{maxword|name=js}} instances by adding and accessing properties. You can also acce...")
- 20:18, 1 May 2012 (diff | hist) . . (-51) . . Javascript in Max 06 - the Wind Object (top)
- 20:16, 1 May 2012 (diff | hist) . . (+101) . . Javascript in Max 06 - the Wind Object
- 20:15, 1 May 2012 (diff | hist) . . (-8) . . Javascript in Max 06 - the Wind Object
- 20:14, 1 May 2012 (diff | hist) . . (+2,039) . . N Javascript in Max 06 - the Wind Object (Created page with "The Wind object is a property of a Patcher that represents its window. You cannot create a new Wind or access other types of windows such as that of a Max table object. ==Win...")
- 20:08, 1 May 2012 (diff | hist) . . (+4) . . Javascript in Max 04 - the Patcher Object
- 20:08, 1 May 2012 (diff | hist) . . (+4) . . Javascript in Max 03 - the Max Object
- 19:39, 1 May 2012 (diff | hist) . . (-20) . . Javascript in Max 01 - Basic Techniques
- 17:08, 1 May 2012 (diff | hist) . . (-36) . . Javascript in Max 04 - the Patcher Object
- 17:06, 1 May 2012 (diff | hist) . . (+7,330) . . N Javascript in Max 04 - the Patcher Object (Created page with "The Patcher object is a Javascript representation of a Max patcher. You can find, create, modify, and iterate through objects within a patcher, send messages to a patcher that...")
- 17:03, 1 May 2012 (diff | hist) . . (-53) . . Javascript in Max 03 - the Max Object
- 16:58, 1 May 2012 (diff | hist) . . (+4,127) . . N Javascript in Max 03 - the Max Object (Created page with "=The Maxobj Object= A Maxobj is a Javascript representation of a Max object in a patcher. It is returned by various methods of a Javascript Patcher object, such as newobject(...")
- 16:52, 1 May 2012 (diff | hist) . . (-19) . . Javascript in Max 02 - Global Methods
- 16:50, 1 May 2012 (diff | hist) . . (-424) . . Javascript in Max 02 - Global Methods
- 16:34, 1 May 2012 (diff | hist) . . (+13,969) . . N Javascript in Max 02 - Global Methods (Created page with "=Global Methods= The following methods are defined in the global Javascript context and can be used anywhere, including global code. <code name="java"> '''messnamed''' (''M...")
- 16:31, 1 May 2012 (diff | hist) . . (+8,960) . . N Javascript in Max 01 - Basic Techniques (Created page with "=Basic Techniques= In this section, we describe some general information about writing Javascript code for the {{maxword|name=js}} and {{maxword|name=jsui}} objects. ==Argu...")
- 16:29, 1 May 2012 (diff | hist) . . (-544) . . 01 - Basic Techniques
- 13:14, 1 May 2012 (diff | hist) . . (+9,504) . . N 01 - Basic Techniques (Created page with "Category:Max And Javascript =Basic Techniques= In this section, we describe some general information about writing Javascript code for the {{maxword|name=js}} and {{maxwo...")
- 21:38, 27 April 2012 (diff | hist) . . (0) . . N File:Mypatch.maxpat (top)
- 21:19, 27 April 2012 (diff | hist) . . (0) . . N File:Myfile.png (top)
- 21:02, 27 April 2012 (diff | hist) . . (0) . . N File:C74-logo.gif (top)
- 17:00, 27 April 2012 (diff | hist) . . (-58) . . MediaWiki:Sidebar (top)
- 16:59, 27 April 2012 (diff | hist) . . (+73) . . MediaWiki:Sidebar
- 16:58, 27 April 2012 (diff | hist) . . (+1) . . MediaWiki:Sidebar
- 16:58, 27 April 2012 (diff | hist) . . (+58) . . MediaWiki:Sidebar
- 16:42, 27 April 2012 (diff | hist) . . (-57) . . MediaWiki:Sidebar (removed portal, community, and random page from sidebar)
- 16:27, 27 April 2012 (diff | hist) . . (+186) . . N MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** portal-url|portal ** currentevents-url|currentevents ** recentchanges-url|recentchanges ** helppage|help * SEARCH * TOOLBOX ...")
- 23:11, 25 April 2012 (diff | hist) . . (+21) . . Main Page
- 19:26, 25 April 2012 (diff | hist) . . (-43) . . m Main Page
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)