com.cycling74.max
Class DataTypes

java.lang.Object
  extended by com.cycling74.max.DataTypes

public class DataTypes
extends Object

DataTypes values that can be used to defined an inlet or outlet.


Field Summary
static int ALL
           
static int ANYTHING
           
static int FLOAT
           
static int INT
           
static int LIST
           
static int MESSAGE
           
 
Constructor Summary
DataTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static int ALL

ANYTHING

public static int ANYTHING

FLOAT

public static int FLOAT

INT

public static int INT

LIST

public static int LIST

MESSAGE

public static int MESSAGE
Constructor Detail

DataTypes

public DataTypes()


This API is based on mxj for Max/MSP by Cycling74. Please see original MXJ implementation.