A B C D E F G H I J L M N O P Q R S T U V W Z

A

addDirectory(String) - Method in class com.cycling74.max.MXJClassLoader
 
addDirectory(String) - Method in class com.cycling74.max.MXJClassLoaderImpl
 
alias() - Method in class com.cycling74.msp.MSPSignal
Return a unique instance of this MSPSignal pointing to the same sample vector and having identical sample rate, vector size, connection count etc.
ALL - Static variable in class com.cycling74.max.DataTypes
All things considered: this inlet or outlet can pass INT, FLOAT, LIST, and/or MESSAGE.
ANYTHING - Static variable in class com.cycling74.max.DataTypes
All things considered - synonym for ALL.
anything(String, Atom[]) - Method in class com.cycling74.max.MaxObject
Called by Max: inlet has received a message.
Atom - Class in com.cycling74.max
An element of a list or argument of a message.
AttributeInfo - Class in com.cycling74.max
 
AudioFileBuffer - Class in com.cycling74.msp
A utility class for loading audio data off of disk and into memory.
AudioFileBuffer(String) - Constructor for class com.cycling74.msp.AudioFileBuffer
Constructor.
AudioFileBuffer(String, MessageReceiver) - Constructor for class com.cycling74.msp.AudioFileBuffer
Constructor.

B

bail(String) - Static method in class com.cycling74.max.MaxObject
If called during your constructor bail will cause no instance of the class to be instantiated within max and the mxj box will show up in the patcher as invalid.
bang() - Method in class com.cycling74.max.MaxBox
Send this box the "bang" message.
bang() - Method in class com.cycling74.max.MaxObject
Called by Max: inlet has received a bang value.
buf - Variable in class com.cycling74.msp.AudioFileBuffer
buf contains the audio samples loaded off of disk deinterleaved by channel into a 2 dimensional floating point array.

C

Callback - Class in com.cycling74.max
Callback is an implementation of the Executable interface.
Callback(Object, String) - Constructor for class com.cycling74.max.Callback
creates a Callback object for an executing method with no arguments
Callback(Object, String, int) - Constructor for class com.cycling74.max.Callback
creates a Callback object for an executing method with one int argument
Callback(Object, String, float) - Constructor for class com.cycling74.max.Callback
creates a Callback object for an executing method with one float argument
Callback(Object, String, String) - Constructor for class com.cycling74.max.Callback
creates a Callback object for an executing method with one String argument
Callback(Object, String, boolean) - Constructor for class com.cycling74.max.Callback
creates a Callback object for an executing method with one boolean argument
Callback(Object, String, Object[]) - Constructor for class com.cycling74.max.Callback
creates a Callback object for an executing method with a parameter list represented by the Object array argObjectArray.
Callback(Object, String, Object[], Class[]) - Constructor for class com.cycling74.max.Callback
creates a Callback object for an executing method with a parameter list represented by the Object array argObjectArray and with Class list argClassArray.
cc - Variable in class com.cycling74.msp.MSPSignal
In your dsp and perform routines you are passed an array of MSPSiganl instances corresponding to the SIGNAL inlets and outlets you declared in your constructor.
close() - Method in class com.cycling74.max.MaxWindow
close the window.
close() - Method in class com.cycling74.net.MultiReceiver
Close down the MultiReceiver.
close() - Method in class com.cycling74.net.TcpReceiver
Must be called when the TcpReceiver is no longer needed.
close() - Method in class com.cycling74.net.TcpSender
Should be called when the TcpSender is no longer needed.
close() - Method in class com.cycling74.net.UdpReceiver
Should be called when the UdpReceiver is no longer needed.
com.cycling74.max - package com.cycling74.max
 
com.cycling74.msp - package com.cycling74.msp
 
com.cycling74.net - package com.cycling74.net
 
compareTo(Object) - Method in class com.cycling74.max.Atom
Determines if Object o is "bigger than" this Atom.
connect(MaxBox, int, MaxBox, int, int) - Method in class com.cycling74.max.MaxPatcher
Connect a patch line from box b1 to box b2.
connect(MaxBox, int, MaxBox, int) - Method in class com.cycling74.max.MaxPatcher
Connect a patch line from box b1 to box b2 with default color.
connected - Variable in class com.cycling74.msp.MSPSignal
In your dsp and perform routines you are passed an array of MSPSiganl instances corresponding to the SIGNAL inlets and outlets you declared in your constructor.
createInfoOutlet(boolean) - Method in class com.cycling74.max.MaxObject
Determine whether or not an info outlet is created.

D

DataTypes - Class in com.cycling74.max
This class contains constants describing the various data types that MaxObjects can pass through their outlets and inlets, and a method to make them readable.
dblclick() - Method in class com.cycling74.max.MaxObject
Called by Max when the user double-clicks on the object box.
declareAttribute(String) - Method in class com.cycling74.max.MaxObject
Declare an attribute with default getter and setter methods.
declareAttribute(String, String, String) - Method in class com.cycling74.max.MaxObject
Declare an attribute with specific getter and setter methods.
declareInlets(int[]) - Method in class com.cycling74.max.MaxObject
Declare typed inlets.
declareIO(int, int) - Method in class com.cycling74.max.MaxObject
Declare untyped inlets and outlets.
declareOutlets(int[]) - Method in class com.cycling74.max.MaxObject
Declare typed outlets.
declareReadOnlyAttribute(String) - Method in class com.cycling74.max.MaxObject
Declare an attribute with default getter method.
declareReadOnlyAttribute(String, String) - Method in class com.cycling74.max.MaxObject
Declare a readonly attribute with a specific getter method.
declareTypedIO(String, String) - Method in class com.cycling74.max.MaxObject
Declare typed inlets and outlets.
decompile(String, Writer) - Method in class com.cycling74.max.MXJDecompiler
Attempt to decompile a class.
decompile(String, String[], Writer) - Method in class com.cycling74.max.MXJDecompiler
same as above but you can specify the classpath yourself as an array of strings.
defer(Executable) - Static method in class com.cycling74.max.MaxSystem
Defer the execution of fn to the low priority cue.
deferFront(Executable) - Static method in class com.cycling74.max.MaxSystem
Defer the execution of fn to the front of the low priority queue regardless whether or not the calling thread is the low or high priority thread(scheduler).
deferLow(Executable) - Static method in class com.cycling74.max.MaxSystem
Defer the execution of fn to the back of the low priority queue regardless whether or not the calling thread is the low or high priority thread(scheduler).
deferMedium(Executable) - Static method in class com.cycling74.max.MaxSystem
Defer the execution of fn to the back of the low priority queue if the calling thread is the high priority thread(scheduler).
delay(double) - Method in class com.cycling74.max.MaxClock
Set up a clock tick for some time in the future.
disconnect(MaxBox, int, MaxBox, int) - Method in class com.cycling74.max.MaxPatcher
Disconnect a patch line from box b1 to box b2.
doGetIsRuntime() - Static method in class com.cycling74.max.MaxSystem
 
doLoadClass(String, boolean, boolean) - Method in class com.cycling74.max.MXJClassLoaderImpl
 
dsp(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPObject
Since it is abstract, the dsp method must be implemented by your MSPObject subclass.
dsp(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPPerformer
 
dspsetup(MSPSignal[], MSPSignal[]) - Method in interface com.cycling74.msp.MSPPerformable
 
dspsetup(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPPerformer
The dspsetup method is called once when the MSP signal compiler is building the dsp chain for the patch which contains your MSPPerformer instance.
dspstate(boolean) - Method in class com.cycling74.msp.MSPObject
Called by Max when the dsp chain is started or stopped.
dump() - Method in class com.cycling74.max.MXJClassLoader
 
dump() - Method in class com.cycling74.max.MXJClassLoaderImpl
 
dup() - Method in class com.cycling74.msp.MSPSignal
Return an exact and unique copy of this instance of MSPSignal.
dupclean() - Method in class com.cycling74.msp.MSPSignal
Return an exact and unique copy of this instance of MSPSignal with a zeroed out sample vector.

E

embedMessage(String, Atom[]) - Method in class com.cycling74.max.MaxObject
Embed messages in a patcher file for initialization purposes.
EMPTY_STRING_ARRAY - Static variable in class com.cycling74.max.MaxObject
A convenience constant; use this empty String array instead of creating a new one.
emptyArray - Static variable in class com.cycling74.max.Atom
A zero-length Atom array.
equals(Object) - Method in class com.cycling74.max.Atom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.cycling74.max.MaxBox
 
equals(Object) - Method in class com.cycling74.max.MaxPatcher
 
equals(Object) - Method in class com.cycling74.max.MaxWindow
 
error(String) - Static method in class com.cycling74.max.MaxObject
Post an error message to the Max console.
error(String) - Static method in class com.cycling74.max.MaxSystem
Post an error message to the Max console.
Executable - Interface in com.cycling74.max
Executable provides a common interface for classes that need a method to execute.
execute() - Method in class com.cycling74.max.Callback
executes the method associated with the Callback.
execute() - Method in interface com.cycling74.max.Executable
the method to execute.

F

finalize() - Method in class com.cycling74.max.MaxBox
 
finalize() - Method in class com.cycling74.max.MaxClock
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize() - Method in class com.cycling74.max.MaxPatcher
 
finalize() - Method in class com.cycling74.max.MaxQelem
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
FINISHED_READING - Static variable in class com.cycling74.msp.AudioFileBuffer
If an instance of MessageReceiver is passed into the constructor the FINISHED_READING message will be sent to it when the requested file is successfully loaded into memory.
FLOAT - Static variable in class com.cycling74.max.DataTypes
This inlet or outlet can pass floats.
flush() - Static method in class com.cycling74.max.MXJPreferences
 
front() - Method in class com.cycling74.max.MaxQelem
This function is identical to set(), except that the MaxQelem's function is placed at the front of the list of routines to execute in the main thread instead of the back.

G

gc() - Method in class com.cycling74.max.MaxObject
Invoke garbage collection via System.gc().
getActivePackets() - Method in class com.cycling74.net.TcpSender
Get the number of active packets.
getAddress() - Method in class com.cycling74.net.TcpSender
Gets the IP address.
getAddress() - Method in class com.cycling74.net.UdpSender
Get IP address.
getAllBoxes() - Method in class com.cycling74.max.MaxPatcher
get a list of all boxes contained in this patcher.
getAllObjects() - Method in class com.cycling74.max.MaxContext
Return a Set containing all current MaxObject instances.
getArgs() - Method in class com.cycling74.max.Callback
Gets the current parameters that will be passed to the executing method.
getAttr(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared attribute as a java.lang.Object.
getAttrAtomArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared Atom array attribute.
getAttrBool(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared boolean attribute.
getAttrBoolArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared boolean array attribute.
getAttrByte(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared byte attribute.
getAttrByteArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared byte array attribute.
getAttrChar(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared char attribute.
getAttrCharArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared char array attribute.
getAttrDouble(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared double attribute.
getAttrDoubleArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared double array attribute.
getAttrFloat(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared float attribute.
getAttrFloatArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared float array attribute.
getAttributeInfo() - Method in class com.cycling74.max.MaxObject
Get the array of AttributeInfo objects.
getAttrInt(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared int attribute.
getAttrIntArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared int array attribute.
getAttrLongArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared long array attribute.
getAttrShort(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared short attribute.
getAttrShortArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared short array attribute.
getAttrString(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared String attribute.
getAttrStringArray(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared String array attribute.
getChannels() - Method in class com.cycling74.msp.AudioFileBuffer
Get the number of channels of the current audio file.
getChannels(String) - Static method in class com.cycling74.msp.MSPBuffer
Gets the number of channels.
getClassPath() - Static method in class com.cycling74.max.MaxSystem
 
getCodeSource(String) - Method in class com.cycling74.max.MXJClassLoader
 
getCodeSourcePath() - Method in class com.cycling74.max.MaxObject
This method returns the native filesystem path of the class file or jar archive from which this class was loaded.
getColorIndex() - Method in class com.cycling74.max.MaxBox
Gets an integer representing the color of the box.
getContext() - Static method in class com.cycling74.max.MaxObject
Get the context in which we are running.
getCount() - Method in class com.cycling74.max.MaxPatcher
 
getCurrentClassPath() - Method in class com.cycling74.max.MXJClassLoader
 
getCurrentClassPath() - Method in class com.cycling74.max.MXJClassLoaderImpl
 
getDefaultPath() - Static method in class com.cycling74.max.MaxSystem
Get the absolute path of the current default directory of the Max application.
getDynamicClassPath() - Method in class com.cycling74.max.MXJClassLoader
 
getErrorStream() - Static method in class com.cycling74.max.MaxObject
Get the global ErrorStream.
getExecutable() - Method in class com.cycling74.max.MaxClock
gets the Executable currently associated with the MaxClock.
getExecutable() - Method in class com.cycling74.max.MaxQelem
Returns the Executable currently associated with the MaxQelem.
getFilePath() - Method in class com.cycling74.max.MaxPatcher
 
getFloat() - Method in class com.cycling74.max.Atom
Return the float contents of this Atom.
getFrameLength() - Method in class com.cycling74.msp.AudioFileBuffer
Get the number of sample frames in the audio file.A frame consists of sample data for all channels at a particular instant in time.Thus a mono audio file which has 1000 samples will have a frame length of 1000 with each frame containing one sample.
getFrames(String) - Static method in class com.cycling74.msp.MSPBuffer
Gets the number of frames (samples) in a buffer.
getGroup() - Method in class com.cycling74.net.MultiSender
Get the group.
getGroups() - Method in class com.cycling74.net.MultiReceiver
 
getHidden() - Method in class com.cycling74.max.MaxBox
 
getIgnoreClick() - Method in class com.cycling74.max.MaxBox
 
getInfoIdx() - Method in class com.cycling74.max.MaxObject
Returns the index of the info outlet.
getInlet() - Method in class com.cycling74.max.MaxObject
Returns the inlet of the last received message.
getInletAssist(int) - Method in class com.cycling74.max.MaxObject
Describes what inlet inletIdx does.
getInletType(int) - Method in class com.cycling74.max.MaxObject
Returns an inlet type.
getInstance() - Static method in class com.cycling74.max.MXJClassLoader
 
getInstance() - Static method in class com.cycling74.max.MXJDecompiler
Get the singleton instance of the MXJDecompiler.
getInt() - Method in class com.cycling74.max.Atom
Return the integer contents of this Atom.
getLength(String) - Static method in class com.cycling74.msp.MSPBuffer
Gets the length of a buffer in milliseconds.
getLengthMs() - Method in class com.cycling74.msp.AudioFileBuffer
Get the length of the current audio file in milliseconds.
getLocation() - Method in class com.cycling74.max.MaxWindow
 
getLongAttr(String) - Method in class com.cycling74.max.MaxObject
Get the current value of a declared long attribute.
getMaxBox() - Method in class com.cycling74.max.MaxObject
Gets the MaxBox peer of this mxj instance.
getMaxClass() - Method in class com.cycling74.max.MaxBox
 
getMaxObject(String) - Method in class com.cycling74.max.MaxContext
Find an instance with a given name.
getMaxVersion() - Static method in class com.cycling74.max.MaxSystem
Get the version number of the Max system.
getMaxVersionInts() - Static method in class com.cycling74.max.MaxSystem
A utility method to get the current version of max as an array of ints.
getMethod() - Method in class com.cycling74.max.Callback
Gets the executing method.
getMethodName() - Method in class com.cycling74.max.Callback
Gets the name of the executing method.
getMXJCompilerBuildRoot() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJCompilerCommmand() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJCompilerOptions() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorBGColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorBlockCaret() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorBracketHilite() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorBracketHiliteColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorCaretBlinks() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorCaretColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorComment1Color() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorComment2Color() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorEOLMarkerColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorFGColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorInvalidColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorKeyword1Color() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorKeyword2Color() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorKeyword3Color() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorLabelColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorLineHilite() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorLineHiliteColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorLiteral1Color() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorLiteral2Color() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorOperatorColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorSelectionColor() - Static method in class com.cycling74.max.MXJPreferences
 
getMXJEditorUseEOLMarkers() - Static method in class com.cycling74.max.MXJPreferences
 
getMxjVersion() - Method in class com.cycling74.max.MaxContext
Return the mxj version information.
getName() - Method in class com.cycling74.max.MaxBox
In a patcher box names can be set via the Max application Object menu name...
getName() - Method in class com.cycling74.max.MaxObject
Get the MaxContext name of this instance.
getName() - Method in class com.cycling74.max.MaxPatcher
 
getNamedBox(String) - Method in class com.cycling74.max.MaxPatcher
get the MaxBox contained in this patcher by name.
getNextBox() - Method in class com.cycling74.max.MaxBox
Gets the next box after this one in the patcher.
getNumInlets() - Method in class com.cycling74.max.MaxObject
Return the number of inlets.
getNumOutlets() - Method in class com.cycling74.max.MaxObject
Returns the number of outlets.
getObject() - Method in class com.cycling74.max.Callback
Gets the Object that contains the executing method.
getOffset() - Method in class com.cycling74.max.MaxPatcher
 
getOrigin() - Method in class com.cycling74.max.MaxPatcher
 
getOutletAssist(int) - Method in class com.cycling74.max.MaxObject
Describes what outlet outletIdx does.
getOutletType(int) - Method in class com.cycling74.max.MaxObject
Returns an outlet type.
getParentMaxClass() - Method in class com.cycling74.max.MaxPatcher
 
getParentPatcher() - Method in class com.cycling74.max.MaxObject
Gets the parent MaxPatcher.
getPatcher() - Method in class com.cycling74.max.MaxBox
 
getPatcher() - Method in class com.cycling74.max.MaxWindow
 
getPatcherClass() - Method in class com.cycling74.max.MaxWindow
 
getPath() - Method in class com.cycling74.max.MaxPatcher
get the absolute filesystem path of the file defining the patcher.
getPeer() - Method in class com.cycling74.max.MaxBox
 
getPerformMethod(String) - Method in class com.cycling74.msp.MSPObject
Helper to aide in the creation of java.lang.reflect.Method instances which could be returned by your dsp method.
getPort() - Method in class com.cycling74.net.MultiReceiver
 
getPort() - Method in class com.cycling74.net.MultiSender
Get the port.
getPort() - Method in class com.cycling74.net.TcpReceiver
Gets the port.
getPort() - Method in class com.cycling74.net.TcpSender
Get the port.
getPort() - Method in class com.cycling74.net.UdpReceiver
Get the port.
getPort() - Method in class com.cycling74.net.UdpSender
Get port.
getPostStream() - Static method in class com.cycling74.max.MaxObject
Get the global PostStream.
getPreferencesPath() - Static method in class com.cycling74.max.MaxSystem
Get the absolute path of the preferences directory of the Max application.
getRect() - Method in class com.cycling74.max.MaxBox
Gets the patcher relative screen coordinates of the box.
getResource(String) - Method in class com.cycling74.max.MXJClassLoaderImpl
 
getResourceAsStream(String) - Method in class com.cycling74.max.MXJClassLoaderImpl
 
getSampleRate() - Method in class com.cycling74.msp.AudioFileBuffer
Get the sample rate of the current audio file.
getSampleSizeInBits() - Method in class com.cycling74.msp.AudioFileBuffer
Get the sample size in bits of the current audio file.
getSearchPath() - Static method in class com.cycling74.max.MaxSystem
Get the current Max search path list as an array of Strings where each String is an absolute path to a directory in the current Max search path.
getSearchPathForContext() - Static method in class com.cycling74.max.MaxSystem
Get the contextual Max search path list as an array of Strings where each String is an absolute path to a directory in the contextual (project- or collective-specific) search path.
getSize() - Method in class com.cycling74.max.MaxWindow
 
getSize(String) - Static method in class com.cycling74.msp.MSPBuffer
Gets the size (frames*channels) of a buffer.
getString() - Method in class com.cycling74.max.Atom
Return the String contents of this Atom.
getSubPatcher() - Method in class com.cycling74.max.MaxBox
Get the patcher contained within this box.
getSystemClassPath() - Static method in class com.cycling74.max.MaxSystem
 
gettable - Variable in class com.cycling74.max.AttributeInfo
 
getter - Variable in class com.cycling74.max.AttributeInfo
 
getter_jptypes - Variable in class com.cycling74.max.AttributeInfo
 
getter_sig - Variable in class com.cycling74.max.AttributeInfo
 
getTime() - Static method in class com.cycling74.max.MaxClock
Gets the current logical time of the scheduler.
getTimeToLive() - Method in class com.cycling74.net.MultiSender
Gets time to live.
getTitle() - Method in class com.cycling74.max.MaxWindow
Get the title of the window as displayed in the title bar.
getWindow() - Method in class com.cycling74.max.MaxPatcher
 

H

hasClose() - Method in class com.cycling74.max.MaxWindow
 
hasGrow() - Method in class com.cycling74.max.MaxWindow
 
hashCode() - Method in class com.cycling74.max.Atom
Returns a hash code for this Atom.
hashCode() - Method in class com.cycling74.max.MaxBox
 
hashCode() - Method in class com.cycling74.max.MaxPatcher
 
hashCode() - Method in class com.cycling74.max.MaxWindow
 
hasHorizontalScroll() - Method in class com.cycling74.max.MaxWindow
 
hasTitleBar() - Method in class com.cycling74.max.MaxWindow
 
hasVerticalScroll() - Method in class com.cycling74.max.MaxWindow
 
hasZoom() - Method in class com.cycling74.max.MaxWindow
 
hide() - Method in class com.cycling74.max.MaxBox
Make this box invisible in when its parent patcher is locked.
hideCursor() - Static method in class com.cycling74.max.MaxSystem
Hide the cursor via native OS call.

I

inBackground() - Method in class com.cycling74.max.MaxBox
 
inlet(int) - Method in class com.cycling74.max.MaxObject
Called by Max: inlet has received an int value.
inlet(float) - Method in class com.cycling74.max.MaxObject
Called by Max: inlet has received a float value.
inMainThread() - Static method in class com.cycling74.max.MaxSystem
 
inMaxThread() - Static method in class com.cycling74.max.MaxSystem
 
inspect() - Method in class com.cycling74.max.MaxBox
If the object has a floating inspector this method wil luanch it.
INT - Static variable in class com.cycling74.max.DataTypes
This inlet or outlet can pass integers.
intersection(Atom[], Atom[]) - Static method in class com.cycling74.max.Atom
Returns the intersection of two Atom arrays.
inTimerThread() - Static method in class com.cycling74.max.MaxSystem
 
isBigEndian() - Method in class com.cycling74.msp.AudioFileBuffer
Was the current audio file big endian format.
isBPatcher() - Method in class com.cycling74.max.MaxPatcher
 
isDirty() - Method in class com.cycling74.max.MaxWindow
 
isFloat() - Method in class com.cycling74.max.Atom
Does this Atom represent a float?
isHighlightable() - Method in class com.cycling74.max.MaxBox
 
isIn(Atom, Atom[]) - Static method in class com.cycling74.max.Atom
Is item in array atoms?
isIn(Atom, Atom[], int, int) - Static method in class com.cycling74.max.Atom
Is item in array atoms between indices highIdx and lowIdx?
isInt() - Method in class com.cycling74.max.Atom
Does this Atom represent an integer?
isLocked() - Method in class com.cycling74.max.MaxPatcher
 
isOsMacOsX() - Static method in class com.cycling74.max.MaxSystem
 
isOsWindows() - Static method in class com.cycling74.max.MaxSystem
 
isPatcher() - Method in class com.cycling74.max.MaxBox
 
isRuntime() - Static method in class com.cycling74.max.MaxSystem
 
isSelected() - Method in class com.cycling74.max.MaxBox
 
isStandAlone() - Static method in class com.cycling74.max.MaxSystem
 
isString() - Method in class com.cycling74.max.Atom
Does this Atom represent a String?
isvirtual - Variable in class com.cycling74.max.AttributeInfo
 
isVisible() - Method in class com.cycling74.max.MaxWindow
 

J

j_f_type - Variable in class com.cycling74.max.AttributeInfo
 
join(String) - Method in class com.cycling74.net.MultiReceiver
Join a multicast group.

L

leave(String) - Method in class com.cycling74.net.MultiReceiver
Leave one group.
leaveAllGroups() - Method in class com.cycling74.net.MultiReceiver
Leave all groups.
LIST - Static variable in class com.cycling74.max.DataTypes
This inlet or outlet can pass lists (arrays) of Atoms
list(Atom[]) - Method in class com.cycling74.max.MaxObject
Called by Max: inlet has received a list.
list(float[]) - Method in class com.cycling74.max.MaxObject
Called by Max: inlet has received a list of floats.
list(int[]) - Method in class com.cycling74.max.MaxObject
Called by Max: inlet has received a list of ints.
loadbang() - Method in class com.cycling74.max.MaxObject
Called by Max at loadbang time (ie, when the enclosing patch has finished loading).
loadClass(String, boolean) - Method in class com.cycling74.max.MXJClassLoaderImpl
 
loadClazz(String, boolean, boolean) - Method in class com.cycling74.max.MXJClassLoader
 
loadObject(String) - Static method in class com.cycling74.max.MaxSystem
Force loads a max external for things like Jitter Java support.
locateFile(String) - Static method in class com.cycling74.max.MaxSystem
Get the absolute path of first file named filename found in the MAX search path

M

m_f_type - Variable in class com.cycling74.max.AttributeInfo
 
MaxBox - Class in com.cycling74.max
MaxBox represents the graphical element of an external in a patcher.
MaxBox(MaxPatcher, long) - Constructor for class com.cycling74.max.MaxBox
 
MaxClock - Class in com.cycling74.max
MaxClock provides a way for your mxj classes to set up the execution of events in the future.
MaxClock(Executable) - Constructor for class com.cycling74.max.MaxClock
creates a MaxClock that executes Executable e.
MaxClock() - Constructor for class com.cycling74.max.MaxClock
creates a MaxClock that is set up to do nothing when executed.
MaxClock(Object, String) - Constructor for class com.cycling74.max.MaxClock
creates a MaxClock by creating a simple Callback that executes the parameterless method in the given Object with the name in the given String.
MaxContext - Class in com.cycling74.max
The context and company in which a Max object finds itself.
MaxObject - Class in com.cycling74.max
Base class for a Java Max object.
MaxObject() - Constructor for class com.cycling74.max.MaxObject
This allows subclasses to avoid calling super(args) in their constructors.
MaxPatcher - Class in com.cycling74.max
MaxPatcher can be used in conjunction with MaxBox to dynamically modify and create patchers on the fly.
MaxPatcher(long) - Constructor for class com.cycling74.max.MaxPatcher
 
MaxPatcher(int, int, int, int) - Constructor for class com.cycling74.max.MaxPatcher
creates a MaxPatcher.
maxPathToNativePath(String) - Static method in class com.cycling74.max.MaxSystem
Convert a max style path (vol:/path/to/some/file) to a path native to the current OS.
MaxQelem - Class in com.cycling74.max
The MaxQelem object can be used to defer execution of a method from the timer thread to the main thread.
MaxQelem(Executable) - Constructor for class com.cycling74.max.MaxQelem
Constructs a MaxQelem that executes Executable e.
MaxQelem() - Constructor for class com.cycling74.max.MaxQelem
Constructs a MaxQelem that is set up to do nothing when executed.
MaxQelem(Object, String) - Constructor for class com.cycling74.max.MaxQelem
Constructs a MaxQelem by creating a simple Callback that executes the parameterless method in the given Object with the name in the given String.
MaxRuntimeException - Exception in com.cycling74.max
 
MaxRuntimeException() - Constructor for exception com.cycling74.max.MaxRuntimeException
 
MaxRuntimeException(String) - Constructor for exception com.cycling74.max.MaxRuntimeException
 
MaxSystem - Class in com.cycling74.max
Collection of functions relating primarily to interaction with the Max environment and other information about the environment mxj is executing within.
MaxSystem() - Constructor for class com.cycling74.max.MaxSystem
 
MaxWindow - Class in com.cycling74.max
MaxWindow is a reference to the window containing a patcher.
MaxWindow(long) - Constructor for class com.cycling74.max.MaxWindow
 
MESSAGE - Static variable in class com.cycling74.max.DataTypes
This inlet or outlet can pass messages, meaning a String plus an array of Atoms.
messageReceived(Object, int, Object) - Method in interface com.cycling74.max.MessageReceiver
This method will be called when an event occurs.
MessageReceiver - Interface in com.cycling74.max
MessageReceiver provides a common interface for Objects to be notified of potentially interesting events asynchronously.
MSP_SIGNAL_ARRAY_CLZ - Static variable in class com.cycling74.msp.MSPObject
A convenience constant initialized to the contain the Class Object for MSPSignal[]
MSPBuffer - Class in com.cycling74.msp
Provides static methods that get and set buffer data.
MSPObject - Class in com.cycling74.msp
Base class for a Java signal processing object.
MSPObject() - Constructor for class com.cycling74.msp.MSPObject
 
MSPPerformable - Interface in com.cycling74.msp
Interface for specifying that your object supports the same naming convention for dsp and perform routines as MSPPerformer.
MSPPerformer - Class in com.cycling74.msp
Alternative base class for a Java signal processing object.Subclassing MSPPerformer is somewhat simpler than subclassing MSPObject directly.
MSPPerformer() - Constructor for class com.cycling74.msp.MSPPerformer
 
MSPSignal - Class in com.cycling74.msp
MSPSignal is the Java object representation of the sample vector used by MSP processing data at audio rate.
MSPSignal(float[], double, int, short) - Constructor for class com.cycling74.msp.MSPSignal
Constructor for creating your own MSPSignal instances.
MultiReceiver - Class in com.cycling74.net
Connect to and receive from multicast groups.
MultiReceiver() - Constructor for class com.cycling74.net.MultiReceiver
Creates a new MultiReceiver.
MultiReceiver(String, int, Object, String) - Constructor for class com.cycling74.net.MultiReceiver
Creates a new MultiReceiver connected to a specified group and port, and creates an internal callback to a given method.
MultiReceiver(String, int) - Constructor for class com.cycling74.net.MultiReceiver
Creates a new MultiReceiver connected to a specified group and port.
MultiReceiver(int) - Constructor for class com.cycling74.net.MultiReceiver
Creates a new MultiReceiver connected to a specified port.
MultiSender - Class in com.cycling74.net
Send to a multicast group.
MultiSender(String, int, String, byte) - Constructor for class com.cycling74.net.MultiSender
Create a new MultiSender with specified group name, port, debug string, and time to live.
MultiSender(String, int, byte) - Constructor for class com.cycling74.net.MultiSender
Create a new MultiSender with specified group, port, and time to live.
MultiSender(String, int) - Constructor for class com.cycling74.net.MultiSender
Create a new MultiSender with specified group and port.
MultiSender() - Constructor for class com.cycling74.net.MultiSender
Create a new MultiSender.
MXJ_COMPILER_BUILD_ROOT - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_COMPILER_COMMAND - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_COMPILER_OPTIONS - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_BACKGROUND_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_BLOCK_CARET - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_BRACKET_HILITE - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_BRACKET_HILITE_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_CARET_BLINKS - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_CARET_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_COMMENT1_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_COMMENT2_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_EOL_MARKER_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_FOREGROUND_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_INVALID_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_KEYWORD1_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_KEYWORD2_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_KEYWORD3_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_LABEL_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_LINE_HILITE - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_LINE_HILITE_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_LITERAL1_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_LITERAL2_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_OPERATOR_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_SELECTION_COLOR - Static variable in class com.cycling74.max.MXJPreferences
 
MXJ_EDITOR_USE_EOL_MARKERS - Static variable in class com.cycling74.max.MXJPreferences
 
MXJClassLoader - Class in com.cycling74.max
If you are looking at this class I am imagining that the method names are more or less self-explanatory.
MXJClassLoaderImpl - Class in com.cycling74.max
 
MXJClassLoaderImpl() - Constructor for class com.cycling74.max.MXJClassLoaderImpl
 
MXJClassLoaderImpl(Vector) - Constructor for class com.cycling74.max.MXJClassLoaderImpl
 
MXJClassLoaderImpl(Vector, String) - Constructor for class com.cycling74.max.MXJClassLoaderImpl
 
MXJDecompiler - Class in com.cycling74.max
We currently use JODE http://jode.sourceforge.net as the backend for this interface.
MXJPreferences - Class in com.cycling74.max
 
MXJPREFFILE - Static variable in class com.cycling74.max.MXJPreferences
 

N

n - Variable in class com.cycling74.msp.MSPSignal
Size of sample vectors in the current MSP dsp context.This is currently equivalent to vec.length.
name - Variable in class com.cycling74.max.AttributeInfo
 
nameConform(String, int, int) - Static method in class com.cycling74.max.MaxSystem
change format of a path from one style/type to another.
newAtom(byte) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing an int.
newAtom(short) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing an int.
newAtom(int) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing an int.
newAtom(long) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing an int.
newAtom(float) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing a float.
newAtom(double) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing a float.
newAtom(char) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing a String made up of a single character.
newAtom(String) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing a String.
newAtom(boolean) - Static method in class com.cycling74.max.Atom
Create and return an Atom containing a int that is either 1 or 0 depending on the value of the argument.
newAtom(byte[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of bytes.
newAtom(short[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of shorts.
newAtom(int[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of ints.
newAtom(long[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of longs.
newAtom(float[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of floats.
newAtom(double[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of doubles.
newAtom(char[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of chars as Strings.
newAtom(String[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of Strings.
newAtom(String, Atom[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array with the String represented in the first Atom and the args array after.
newAtom(boolean[]) - Static method in class com.cycling74.max.Atom
Create and return an Atom array which represents the array of booleans.
newDefault(int, int, String, Atom[]) - Method in class com.cycling74.max.MaxPatcher
Create a new MaxBox in this patcher.
newObject(String, Atom[]) - Method in class com.cycling74.max.MaxPatcher
Create a new MaxBox in this patcher.
nextWindowIsModal() - Static method in class com.cycling74.max.MaxSystem
This is a workaround for a bug in swing on OSX jaguar.
NO_INLETS - Static variable in class com.cycling74.max.MaxObject
A convenience constant; use it in a call to declareInlets to declare that an object has no inlets.
NO_OUTLETS - Static variable in class com.cycling74.max.MaxObject
A convenience constant; use it in a call to declareOutlets to declare that an object has no outlets.
notifyDeleted() - Method in class com.cycling74.max.MaxObject
Notification that the corresponding mxj object peer was deleted.

O

open(String) - Method in class com.cycling74.msp.AudioFileBuffer
Load a different audio file into memory using this instance of AudioFileBuffer.
openDialog() - Static method in class com.cycling74.max.MaxSystem
Shows an open file dialog using the Max API.
openDialog(String) - Static method in class com.cycling74.max.MaxSystem
Shows an open file dialog using the Max API.
ouch(String) - Static method in class com.cycling74.max.MaxObject
Put up an error window.
ouch(String) - Static method in class com.cycling74.max.MaxSystem
Put up an error window.
outlet(int, int) - Method in class com.cycling74.max.MaxObject
Sends an int.
outlet(int, byte) - Method in class com.cycling74.max.MaxObject
Sends a byte.
outlet(int, short) - Method in class com.cycling74.max.MaxObject
Sends a short.
outlet(int, long) - Method in class com.cycling74.max.MaxObject
Sends a long.
outlet(int, float) - Method in class com.cycling74.max.MaxObject
Sends a float.
outlet(int, double) - Method in class com.cycling74.max.MaxObject
Sends a double.
outlet(int, String) - Method in class com.cycling74.max.MaxObject
Sends a message with no arguments.
outlet(int, char) - Method in class com.cycling74.max.MaxObject
Sends a char as a message with no arguments.
outlet(int, boolean) - Method in class com.cycling74.max.MaxObject
Sends a 0 or a 1.
outlet(int, String, Atom[]) - Method in class com.cycling74.max.MaxObject
Sends a message.
outlet(int, Atom) - Method in class com.cycling74.max.MaxObject
Sends the contents of the Atom out.
outlet(int, Atom[]) - Method in class com.cycling74.max.MaxObject
Sends an array of Atoms.
outlet(int, int[]) - Method in class com.cycling74.max.MaxObject
Sends a list of ints.
outlet(int, byte[]) - Method in class com.cycling74.max.MaxObject
Sends a list of bytes.
outlet(int, short[]) - Method in class com.cycling74.max.MaxObject
Sends a list of shorts.
outlet(int, long[]) - Method in class com.cycling74.max.MaxObject
Sends a list of longs.
outlet(int, float[]) - Method in class com.cycling74.max.MaxObject
Sends a list of floats.
outlet(int, double[]) - Method in class com.cycling74.max.MaxObject
Sends a list of doubles.
outlet(int, String[]) - Method in class com.cycling74.max.MaxObject
Sends an array of Strings.
outlet(int, char[]) - Method in class com.cycling74.max.MaxObject
Sends an array of chars.
outlet(int, boolean[]) - Method in class com.cycling74.max.MaxObject
Sends an array of booleans.
outlet(int, String, int) - Method in class com.cycling74.max.MaxObject
Sends a message with an int arg.
outlet(int, String, byte) - Method in class com.cycling74.max.MaxObject
Sends a message with a byte arg.
outlet(int, String, short) - Method in class com.cycling74.max.MaxObject
Sends a message with an short arg.
outlet(int, String, long) - Method in class com.cycling74.max.MaxObject
Sends a message with an long arg.
outlet(int, String, float) - Method in class com.cycling74.max.MaxObject
Sends a message with a float arg.
outlet(int, String, double) - Method in class com.cycling74.max.MaxObject
Sends a message with a double arg.
outlet(int, String, String) - Method in class com.cycling74.max.MaxObject
Sends a message with a String arg.
outlet(int, String, char) - Method in class com.cycling74.max.MaxObject
Sends a message with a char arg.
outlet(int, String, boolean) - Method in class com.cycling74.max.MaxObject
Sends a message with a boolean arg.
outlet(int, String, Atom) - Method in class com.cycling74.max.MaxObject
Sends a message with an Atom arg.
outlet(int, String, int[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of ints.
outlet(int, String, byte[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of bytes.
outlet(int, String, short[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of shorts.
outlet(int, String, long[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of longs.
outlet(int, String, float[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of floats.
outlet(int, String, double[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of doubles.
outlet(int, String, String[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of Strings.
outlet(int, String, char[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of chars.
outlet(int, String, boolean[]) - Method in class com.cycling74.max.MaxObject
Sends a message followed by an array of booleans.
outletBang(int) - Method in class com.cycling74.max.MaxObject
Sends a bang.
outletBangHigh(int) - Method in class com.cycling74.max.MaxObject
Sends a bang out an outlet in the timer thread if overdrive is on.
outletHigh(int, int) - Method in class com.cycling74.max.MaxObject
Sends an int out an outlet in the timer thread if overdrive is on.
outletHigh(int, float) - Method in class com.cycling74.max.MaxObject
Sends a float out an outlet in the timer thread.
outletHigh(int, double) - Method in class com.cycling74.max.MaxObject
Sends a double out an outlet in the timer thread.
outletHigh(int, String) - Method in class com.cycling74.max.MaxObject
Sends a message with no arguments out an outlet in the timer thread.
outletHigh(int, String, Atom[]) - Method in class com.cycling74.max.MaxObject
Sends a message and arguments out an outlet in the timer thread.
outletHigh(int, String, int[]) - Method in class com.cycling74.max.MaxObject
Sends a message and arguments out an outlet in the timer thread.
outletHigh(int, String, float[]) - Method in class com.cycling74.max.MaxObject
Sends a message and arguments out an outlet in the timer thread.
outletHigh(int, Atom[]) - Method in class com.cycling74.max.MaxObject
Sends a list out an outlet in the timer thread.
outletHigh(int, int[]) - Method in class com.cycling74.max.MaxObject
Sends a list out an outlet in the timer thread.
outletHigh(int, float[]) - Method in class com.cycling74.max.MaxObject
Sends a list out an outlet in the timer thread.

P

parse(String) - Static method in class com.cycling74.max.Atom
Parse a String as a sequence of tokens and return an Atom array.
parse(String, boolean) - Static method in class com.cycling74.max.Atom
Parse a String as a sequence of tokens and return an Atom array.
PATH_STYLE_COLON - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.
PATH_STYLE_MAX - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.
PATH_STYLE_NATIVE - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.
PATH_STYLE_NATIVE_WIN - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.The Windows backslash path style (not recommended for outletting, since the backslash is a special character in Max).
PATH_STYLE_SLASH - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.The cross-platform path style used by Max 4.3 and later.
PATH_TYPE_ABSOLUTE - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.Do not use a path type.
PATH_TYPE_BOOT - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.A path relative to the boot volume
PATH_TYPE_C74 - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.A path relative to the Cycling 74 app support folder.
PATH_TYPE_IGNORE - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.Do not use a path type.
PATH_TYPE_RELATIVE - Static variable in class com.cycling74.max.MaxSystem
Used with the nameConform method.A path relative to the Max application folder.
peek(String, int, long) - Static method in class com.cycling74.msp.MSPBuffer
Get a single value from a buffer.
peek(String, int, long, long) - Static method in class com.cycling74.msp.MSPBuffer
Get a range of values from a buffer.
peek(String, int) - Static method in class com.cycling74.msp.MSPBuffer
Get an entire channel from a buffer.
peek(String) - Static method in class com.cycling74.msp.MSPBuffer
Get the data from an entire buffer with the channels interleaved.
perform(MSPSignal[], MSPSignal[]) - Method in interface com.cycling74.msp.MSPPerformable
 
perform(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPPerformer
The perform method is called continuosly as part of the MSP dsp chain to process sample vectors after the dspsetup method is called and until the MSP dsp chain is stopped.This is the workhorse of your signal processing class.
poke(String, int, long, float) - Static method in class com.cycling74.msp.MSPBuffer
Set one data point in a buffer.
poke(String, int, long, float[]) - Static method in class com.cycling74.msp.MSPBuffer
Set a range of data in a buffer.
poke(String, int, float[]) - Static method in class com.cycling74.msp.MSPBuffer
Set a channels worth of data in a buffer.
poke(String, float[]) - Static method in class com.cycling74.msp.MSPBuffer
Set all the data in a buffer in interleaved format.
post(String) - Static method in class com.cycling74.max.MaxObject
Post a message to the Max console.
post(String) - Static method in class com.cycling74.max.MaxSystem
Post a message to the Max console.
postCodePath() - Method in class com.cycling74.max.MaxObject
 

Q

qfn() - Method in class com.cycling74.max.MaxQelem
This is the function that will be called when the MaxQelem is dequeued by the main thread.

R

readFromDisk() - Static method in class com.cycling74.max.MXJPreferences
 
registerCommandAccelerator(char) - Static method in class com.cycling74.max.MaxSystem
The interaction between Max/MSP and Swing/AWT Frames is a bit complex on OS X.
registerCommandAccelerators(char[]) - Static method in class com.cycling74.max.MaxSystem
The interaction between Max/MSP and Swing/AWT Frames is a bit complex on OS X.
release() - Method in class com.cycling74.max.MaxClock
Releases the clock when it's no longer needed.
release() - Method in class com.cycling74.max.MaxQelem
Releases the MaxQelem when it's no longer needed.
remove() - Method in class com.cycling74.max.MaxBox
Remove this box from its parent patcher.
removeFirst(Atom[]) - Static method in class com.cycling74.max.Atom
Removes the first element of an Atom array and returns the result.
removeFirst(Atom[], int) - Static method in class com.cycling74.max.Atom
Removes the first howMany elements of an Atom array and returns the result.
removeLast(Atom[]) - Static method in class com.cycling74.max.Atom
Removes the last element of an Atom array and returns the result.
removeLast(Atom[], int) - Static method in class com.cycling74.max.Atom
Removes the last howMany elements of an Atom array and returns the result.
removeOne(Atom[], int) - Static method in class com.cycling74.max.Atom
Removes one element of an Atom array and returns the result.
removeSome(Atom[], int, int) - Static method in class com.cycling74.max.Atom
Removes some elements of an Atom array and returns the result.
reverse(Atom[]) - Static method in class com.cycling74.max.Atom
Reverses the elements of an Atom array and returns the result.
rotate(Atom[], int) - Static method in class com.cycling74.max.Atom
Rotates the elements of an Atom array by numberOfPlaces and returns the result.
run() - Method in class com.cycling74.net.MultiReceiver
 
run() - Method in class com.cycling74.net.TcpReceiver
 
run() - Method in class com.cycling74.net.UdpReceiver
 

S

save() - Method in class com.cycling74.max.MaxObject
Called by Max when the user saves the patch.
saveAsDialog(String, String) - Static method in class com.cycling74.max.MaxSystem
Shows a save as..
savePrefs() - Static method in class com.cycling74.max.MXJPreferences
 
schedule(Executable, double) - Static method in class com.cycling74.max.MaxSystem
Schedule the execution of fn at an absolute time in the future by the high priority thread.
scheduleDefer(Executable, double) - Static method in class com.cycling74.max.MaxSystem
Creates a clock to execute at some time in the future.
scheduleDelay(Executable, double) - Static method in class com.cycling74.max.MaxSystem
Schedule the execution of fn delay millis from now by the high priority thread.
send(int) - Method in class com.cycling74.max.MaxBox
Send this box the "int" message.
send(float) - Method in class com.cycling74.max.MaxBox
Send this box the "float" message.
send(String, Atom[]) - Method in class com.cycling74.max.MaxBox
Send this box an arbitrary message.
send(String, Atom[]) - Method in class com.cycling74.max.MaxPatcher
send an arbitrary message to the patcher.
send(int) - Method in class com.cycling74.net.MultiSender
Send an integer.
send(float) - Method in class com.cycling74.net.MultiSender
Send a float.
send(Atom[]) - Method in class com.cycling74.net.MultiSender
Send an Atom array.
send(String, Atom[]) - Method in class com.cycling74.net.MultiSender
Send a message.
send(int) - Method in class com.cycling74.net.TcpSender
Send an integer.
send(float) - Method in class com.cycling74.net.TcpSender
Send a float.
send(String, Atom[]) - Method in class com.cycling74.net.TcpSender
Send a message.
send(Atom[]) - Method in class com.cycling74.net.TcpSender
Send a list.
send(int) - Method in class com.cycling74.net.UdpSender
Send an integer.
send(float) - Method in class com.cycling74.net.UdpSender
Send a float.
send(Atom[]) - Method in class com.cycling74.net.UdpSender
Send a list.
send(String, Atom[]) - Method in class com.cycling74.net.UdpSender
Send a message.
sendMessageToBoundObject(String, String, Atom[]) - Static method in class com.cycling74.max.MaxSystem
This method provides and easy way for mxj objects to communicate with other max objects or libraries written in C by passing messages.
set() - Method in class com.cycling74.max.MaxQelem
Causes a MaxQelem to execute.
setActive(boolean) - Method in class com.cycling74.net.MultiReceiver
Turn the MultiReceiver on or off.
setActive(boolean) - Method in class com.cycling74.net.TcpReceiver
Turns the receiver on or off.
setActive(boolean) - Method in class com.cycling74.net.UdpReceiver
Turns the UdpReceiver on or off.
setAddress(String) - Method in class com.cycling74.net.TcpSender
Set the IP address.
setAddress(String) - Method in class com.cycling74.net.UdpSender
Set IP address.
setArgs(int) - Method in class com.cycling74.max.Callback
Set the argument for an executing method that takes an integer.
setArgs(float) - Method in class com.cycling74.max.Callback
Set the argument for an executing method that takes a float.
setArgs(boolean) - Method in class com.cycling74.max.Callback
Set the argument for an executing method that takes a boolean.
setArgs(String) - Method in class com.cycling74.max.Callback
Set the argument for an executing method that takes a String.
setArgs(Object[]) - Method in class com.cycling74.max.Callback
Set the argument array for an executing method.
setAttr(String, Object) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared attribute.
setAttr(String, Object[]) - Method in class com.cycling74.max.MaxObject
 
setAttr(String, boolean) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared boolean attribute.
setAttr(String, boolean[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared boolean array attribute.
setAttr(String, byte) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared byte attribute.
setAttr(String, byte[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared byte array attribute.
setAttr(String, char) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared char attribute.
setAttr(String, char[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared char array attribute.
setAttr(String, short) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared short attribute.
setAttr(String, short[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared short array attribute.
setAttr(String, int) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared int attribute.
setAttr(String, int[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared int array attribute.
setAttr(String, long) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared long attribute.
setAttr(String, long[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared long array attribute.
setAttr(String, float) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared float attribute.
setAttr(String, float[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared float array attribute.
setAttr(String, double) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared double attribute.
setAttr(String, double[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared double array attribute.
setAttr(String, String) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared String attribute.
setAttr(String, String[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared String array attribute.
setAttr(String, Atom[]) - Method in class com.cycling74.max.MaxObject
Set the current value of a declared Atom array attribute.
setBackgroundColor(int, int, int) - Method in class com.cycling74.max.MaxPatcher
set the background color.
setCallback(Object, String) - Method in class com.cycling74.net.MultiReceiver
Creates and maintains a Callback for the MultiReceiver.
setCallback(Object, String) - Method in class com.cycling74.net.TcpReceiver
Sets the receiving callback.
setCallback(Object, String) - Method in class com.cycling74.net.UdpReceiver
Set the data receiving callback method.
setClose(boolean) - Method in class com.cycling74.max.MaxWindow
Set whether or not the window has a close widget
setColorIndex(int) - Method in class com.cycling74.max.MaxBox
Set the color of the box as an index into the color table found in the color submenu of the Max application menu.
setDebugString(String) - Method in class com.cycling74.net.MultiReceiver
Sets the debug string to be used for purposes of error reporting.
setDebugString(String) - Method in class com.cycling74.net.MultiSender
Sets the debug string.
setDebugString(String) - Method in class com.cycling74.net.TcpReceiver
Set the name of the debug string.
setDebugString(String) - Method in class com.cycling74.net.TcpSender
Sets the debug String.
setDebugString(String) - Method in class com.cycling74.net.UdpReceiver
Sets the debug string.
setDirty(boolean) - Method in class com.cycling74.max.MaxWindow
Set whether or not this window and its patcher should be treated as dirty.
setExecutable(Executable) - Method in class com.cycling74.max.MaxClock
sets the MaxClock's Executable.
setExecutable(Executable) - Method in class com.cycling74.max.MaxQelem
Sets the MaxQelem's Executable.
setExtendedClassSearchDirectory(String) - Method in class com.cycling74.max.MXJClassLoader
 
setExtendedClassSearchDirectory(String) - Method in class com.cycling74.max.MXJClassLoaderImpl
 
setFailureCallback(Object, String) - Method in class com.cycling74.net.TcpSender
Sets the failure callback.
setFloat(boolean) - Method in class com.cycling74.max.MaxWindow
Set whether or not the window is "floating"
setFrames(String, int, long) - Static method in class com.cycling74.msp.MSPBuffer
Sets the number of frames (samples) in a buffer, and the number of channels.
setGroup(String) - Method in class com.cycling74.net.MultiSender
Set the group.
setGrow(boolean) - Method in class com.cycling74.max.MaxWindow
Set whether or not the window has a grow widget
setHidden(boolean) - Method in class com.cycling74.max.MaxBox
Set whether or not this box will be hidden when its parent patcher is locked.
setIgnoreClick(boolean) - Method in class com.cycling74.max.MaxBox
Set whether or not this box responds to mouse clicks.
setInletAssist(String[]) - Method in class com.cycling74.max.MaxObject
Set the inlet assistance strings.
setInletAssist(int, String) - Method in class com.cycling74.max.MaxObject
Set one inlet assistance string.
setLength(String, int, double) - Static method in class com.cycling74.msp.MSPBuffer
Sets the length of a buffer in milliseconds, and the number of channels.
setLocation(int, int, int, int) - Method in class com.cycling74.max.MaxWindow
Set the bounding rect of the window.
setLocked(boolean) - Method in class com.cycling74.max.MaxPatcher
Set whether or not this patcher is locked.
setMXJCompilerBuildRoot(String) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJCompilerCommmand(String) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJCompilerOptions(String) - Method in class com.cycling74.max.MXJPreferences
 
setMXJEditorBGColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorBlockCaret(boolean) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorBracketHilite(boolean) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorBracketHiliteColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorCaretBlinks(boolean) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorCaretColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorComment1Color(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorComment2Color(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorEOLMarkerColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorFGColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorInvalidColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorKeyword1Color(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorKeyword2Color(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorKeyword3Color(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorLabelColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorLineHilite(boolean) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorLineHiliteColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorLiteral1Color(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorLiteral2Color(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorOperatorColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorSelectionColor(int) - Static method in class com.cycling74.max.MXJPreferences
 
setMXJEditorUseEOLMarkers(boolean) - Static method in class com.cycling74.max.MXJPreferences
 
setName(String) - Method in class com.cycling74.max.MaxBox
Set the name of this box.
setName(String) - Method in class com.cycling74.max.MaxObject
Set the name of this instance used by MaxContext.
setNoInPlace(boolean) - Method in class com.cycling74.msp.MSPObject
If you set this to true, the compiler will guarantee that all the signal vectors passed to your object will be unique.
setOutletAssist(String[]) - Method in class com.cycling74.max.MaxObject
Set the outlet assistance strings.
setOutletAssist(int, String) - Method in class com.cycling74.max.MaxObject
Set one outlet assistance string.
setPort(int) - Method in class com.cycling74.net.MultiReceiver
Sets the port to listen to.
setPort(int) - Method in class com.cycling74.net.MultiSender
Set the port.
setPort(int) - Method in class com.cycling74.net.TcpReceiver
Set the port.
setPort(int) - Method in class com.cycling74.net.TcpSender
Set the port.
setPort(int) - Method in class com.cycling74.net.UdpReceiver
Set the port.
setPort(int) - Method in class com.cycling74.net.UdpSender
Set port.
setRect(int, int, int, int) - Method in class com.cycling74.max.MaxBox
Set the location and size of the box in patcher relative coordinates.
setSize(int, int) - Method in class com.cycling74.max.MaxWindow
Set the size of the window
setSize(String, int, long) - Static method in class com.cycling74.msp.MSPBuffer
Sets the size (frames*channels) of a buffer, and the number of channels.
setSuccessCallback(Object, String) - Method in class com.cycling74.net.TcpSender
Sets the success callback.
settable - Variable in class com.cycling74.max.AttributeInfo
 
setter - Variable in class com.cycling74.max.AttributeInfo
 
setter_jptypes - Variable in class com.cycling74.max.AttributeInfo
 
setter_sig - Variable in class com.cycling74.max.AttributeInfo
 
setTimeToLive(int) - Method in class com.cycling74.net.MultiSender
Sets time to live.
setTitle(String) - Method in class com.cycling74.max.MaxWindow
Set the title of the window in the title bar.
setTitleBar(boolean) - Method in class com.cycling74.max.MaxWindow
Set whether or not the window has a titlebar
setVisible(boolean) - Method in class com.cycling74.max.MaxWindow
Set whether or not the window is visible
setZoom(boolean) - Method in class com.cycling74.max.MaxWindow
Set whether or not the window has a zoom widget
show() - Method in class com.cycling74.max.MaxBox
Keep this box visible in when its parent patcher is locked.
showCursor() - Static method in class com.cycling74.max.MaxSystem
Show the cursor via native OS call.
showException(Throwable) - Static method in class com.cycling74.max.MaxObject
Display an exception or other Throwable in a convenient way.
showException(String, Throwable) - Static method in class com.cycling74.max.MaxObject
Display an exception or other Throwable in a convenient way with an accompanying message.
SIGNAL - Static variable in class com.cycling74.msp.MSPObject
A constant for use with declareInlets() and declareOutlets() to enable the creation of MSP signal inlets and outlets.
sr - Variable in class com.cycling74.msp.MSPSignal
Sampling rate of the current MSP dsp context.
stripSlash(String) - Method in class com.cycling74.max.MXJClassLoaderImpl
 
sysTimerGetTime() - Static method in class com.cycling74.max.MaxSystem
 

T

TcpReceiver - Class in com.cycling74.net
TCP receiver.
TcpReceiver(int, Object, String) - Constructor for class com.cycling74.net.TcpReceiver
Creates a TcpReceiver with specified port, receiving method name, and containing object.
TcpReceiver() - Constructor for class com.cycling74.net.TcpReceiver
Creates a TcpReceiver.
TcpReceiver(int) - Constructor for class com.cycling74.net.TcpReceiver
Creates a TcpReceiver with specified port.
TcpSender - Class in com.cycling74.net
TCP Sender.
TcpSender(String, int) - Constructor for class com.cycling74.net.TcpSender
Creates a TcpSender with specified address and port.
TcpSender() - Constructor for class com.cycling74.net.TcpSender
Creates a TcpSender.
tick() - Method in class com.cycling74.max.MaxClock
executes the Executable currently associated with the MaxClock.
toBackground(boolean) - Method in class com.cycling74.max.MaxBox
Set whether or not this box will be put in the background layer of its parent patcher.
toBoolean() - Method in class com.cycling74.max.Atom
Convert an Atom to a boolean, following the Atom type coercion rules if necessary.
toBoolean(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to a boolean array, following the Atom type coercion rules if necessary.
toByte() - Method in class com.cycling74.max.Atom
Converts an Atom to a byte, following the Atom type coercion rules if necessary.
toByte(Atom[]) - Static method in class com.cycling74.max.Atom
Converts an Atom array to a byte array, following the Atom type coercion rules if necessary.
toChar() - Method in class com.cycling74.max.Atom
Convert an Atom to a char, following the Atom type coercion rules if necessary.
toChar(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to a char array, following the Atom type coercion rules if necessary.
toDebugString(Atom[]) - Static method in class com.cycling74.max.Atom
Converts an Atom array to a printed representation suitable for debugging.
toDouble() - Method in class com.cycling74.max.Atom
Convert an Atom to a double, following the Atom type coercion rules if necessary.
toDouble(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to a double array, following the Atom type coercion rules if necessary.
toFloat() - Method in class com.cycling74.max.Atom
Convert an Atom to a float, following the Atom type coercion rules if necessary.
toFloat(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to a float array, following the Atom type coercion rules if necessary.
toInt() - Method in class com.cycling74.max.Atom
Convert an Atom to an int, following the Atom type coercion rules if necessary.
toInt(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to an int array, following the Atom type coercion rules if necessary.
toLong() - Method in class com.cycling74.max.Atom
Convert an Atom to a long, following the Atom type coercion rules if necessary.
toLong(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to a long array, following the Atom type coercion rules if necessary.
toObject() - Method in class com.cycling74.max.Atom
Return the contents of this Atom as a Java object.
toOneString(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to a single String.
toShort() - Method in class com.cycling74.max.Atom
Converts an Atom to a short, following the Atom type coercion rules if necessary.
toShort(Atom[]) - Static method in class com.cycling74.max.Atom
Converts an Atom array to a short array, following the Atom type coercion rules if necessary.
toString(Atom[]) - Static method in class com.cycling74.max.Atom
Convert an Atom array to an array of Strings.
toString() - Method in class com.cycling74.max.AttributeInfo
 
toString(int) - Static method in class com.cycling74.max.DataTypes
Renders a type description as a name.
toString() - Method in class com.cycling74.max.MaxObject
Return a human-readable version of this object.
toString() - Method in class com.cycling74.msp.MSPSignal
Get a printable representation of this MSPSignal instance.

U

UdpReceiver - Class in com.cycling74.net
UDP receiver.
UdpReceiver(int) - Constructor for class com.cycling74.net.UdpReceiver
Creates a UdpReceiver with specified port.
UdpReceiver() - Constructor for class com.cycling74.net.UdpReceiver
Creates a UdpReceiver.
UdpSender - Class in com.cycling74.net
UDP sender.
UdpSender(String, int) - Constructor for class com.cycling74.net.UdpSender
Creates a UdpSender with specified IP address and port.
UdpSender() - Constructor for class com.cycling74.net.UdpSender
Creates a UdpSender.
understands(String) - Method in class com.cycling74.max.MaxBox
Test if a particular message is understood by this box
union(Atom[], Atom[]) - Static method in class com.cycling74.max.Atom
Returns the union of two Atom arrays.
unregisterCommandAccelerator(char) - Static method in class com.cycling74.max.MaxSystem
Unregister a command accelerator.
unregisterCommandAccelerators(char[]) - Static method in class com.cycling74.max.MaxSystem
Unregister command accelerators.
unset() - Method in class com.cycling74.max.MaxClock
Unsets the clock.
unset() - Method in class com.cycling74.max.MaxQelem
Cancels a MaxQelem's execution.

V

vec - Variable in class com.cycling74.msp.MSPSignal
The current vector sample data.
viewsource() - Method in class com.cycling74.max.MaxObject
Brings up the source code for the java class in an editor.

W

writeToDisk() - Static method in class com.cycling74.max.MXJPreferences
 

Z

zap() - Method in class com.cycling74.max.MaxObject
Force the next class to be loaded by mxj to be loaded with a new MXJClassLoader.
zap() - Method in class com.cycling74.max.MXJClassLoader
 

A B C D E F G H I J L M N O P Q R S T U V W Z