Class Index
CanvasGradient
Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)Canvas allows us to fill and stroke shapes using linear and radial gradients using the following methods.
CanvasPattern
Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)Defined in: CanvasExtension.js
See: HTML5 Canvas
CanvasPixelArray
Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)Not used in any Example, so I don't know anything about.
CanvasRenderingContext2D
Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)The rendering context for MaxCanvas in combination with MGraphics.
File
The File object provides a means of reading and writing files from Javasccript.Folder
The Folder object is a js “external object” defined in the Max object called jsfolder.Global
The Global object is a fairly generic Javascript object that allows you to share data among js instances by adding and accessing properties.Image
The Image object can be used to draw images in an instance of the Sketch.ImageData
Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)interface ImageData.
Jitter3dUtilsInterface
Jitter3dUtils: javascript module for doing Jitter 3d stuff.JitterEvent
JitterEvent.JitterGUIElement
JitterGUIUtils -- classes for managing 3D UI objects.JitterGUITracker
JitterGUIUtils -- classes for managing 3D UI objects.JitterGUIUtils
Instance of JitterGUIUtilsInterface.JitterGUIUtilsInterface
JitterGUIUtils -- classes for managing 3D UI objects.JitterListener
JitterListenerJitterMatrix
The jit.matrix object is a named matrix which may be used for data storage and retrieval, resampling, and matrix type and planecount conversion operations.JitterObject
Creates Jitter objects (use JitterMatrix for jit.matrix)JitterReposUtils
Instance of JitterReposUtilsInterface.JitterReposUtilsInterface
ReposUtils: javascript module for doing nifty things with repos and other spatial mapsjsthis
Jsthis represents the global code in one javascript file.jsui
The following section describes properties and methods that are specific to jsui.LiveApi
The LiveAPI object provides a means of communicating with the Live API functions from JavaScript.max
//TODO update returnvalues of functions/messages.MaxCanvas
Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)Copyright 2010 - Cycling '74
Silvio C.
Maxobj
A Maxobj is a Javascript representation of a Max object in a patcher.MGraphics
Required initialization and RoutinesIn order for you to use the mgraphics system within the jsui object, you need to have the following lines of code somewhere within the global section of your code:
mgraphics.init(); mgraphics.relative_coords = 1; mgraphics.autofill = 0;Every call to the mgraphics system requires the preface of the ‘mgraphics.
Patcher
The Patcher object is a Javascript representation of a Max patcher.RGBAColor
Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)Defined in: CanvasExtension.js