Classes


Class Index

_global_


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

JitterListener

JitterMatrix

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 maps


jsthis

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.

max.db


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 Routines

In 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.

Pattern


RGBAColor

Canvas-Api for Max (can be found in MAX_PATH/Cycling '74/jsextensions/)

Defined in: CanvasExtension.js

RGBAColor.simple_colors


Sketch

Javascript files loaded by the jsui object have access to the Sketch object, which may be used for drawing graphics.

SQLite

Max contains an implementation of the SQLite database engine (more info available @ http://sqlite.org).

SQLResult

Max contains an implementation of the SQLite database engine (more info available @ http://sqlite.org).

Task

A task is a function that can be scheduled or repeated.

Wind

The Wind object is a property of a Patcher that represents its window.

©2012-2013
Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 13 2013 22:34:09 GMT+0200 (MESZ)
Max MSP Documentation copied to JsDoc by Tim Schenk SEO Frelancer Berlin
Published with permission of Cycling '74
All informations without any warranty.