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

A

alias() - Method in class com.cycling74.msp.MSPSignal
Returns a copy of this signal but with the same sample buffer.
ALL - Static variable in class com.cycling74.max.DataTypes
 
ANYTHING - Static variable in class com.cycling74.max.DataTypes
 
anything(String, Atom[]) - Method in class com.cycling74.max.MaxObject
Called by PD when pdj receives an un-overriden method.
Atom - Class in com.cycling74.max
PD element that is used in message or arguments.

B

bail(String) - Static method in class com.cycling74.max.MaxObject
Bail will throw an exception upon object instanciation.
bang() - Method in class com.cycling74.max.MaxObject
Called by PD when pdj receives a bang from an inlet.

C

Callback - Class in com.cycling74.max
Used to transform a java method into an Executable object.
Callback(Object, String) - Constructor for class com.cycling74.max.Callback
Will call method methodName with no argument by using execute()
Callback(Object, String, int) - Constructor for class com.cycling74.max.Callback
Will call method methodName with a int by using execute()
Callback(Object, String, float) - Constructor for class com.cycling74.max.Callback
Will call method methodName with a float by using execute()
Callback(Object, String, String) - Constructor for class com.cycling74.max.Callback
Will call method methodName with a Stringt by using execute()
Callback(Object, String, boolean) - Constructor for class com.cycling74.max.Callback
Will call method methodName with a boolean by using execute()
Callback(Object, String, Object[]) - Constructor for class com.cycling74.max.Callback
Will call method methodName with multiple arguments by using execute()
Callback(Object, String, Object[], Class[]) - Constructor for class com.cycling74.max.Callback
Will call method methodName with multiple arguments (typed) by using execute()
cc - Variable in class com.cycling74.msp.MSPSignal
Tells the number of time this signal is connected.
close() - Method in class com.cycling74.net.TcpReceiver
 
close() - Method in class com.cycling74.net.UdpReceiver
 
com.cycling74.max - package com.cycling74.max
Basic package for PDJ.
com.cycling74.msp - package com.cycling74.msp
Package for using using array and signals objects.
com.cycling74.net - package com.cycling74.net
Network utilities for sending atoms.
connected - Variable in class com.cycling74.msp.MSPSignal
Tells if this signal is connected.
createInfoOutlet(boolean) - Method in class com.cycling74.max.MaxObject
Tells the constructor to create a info outlet.

D

DataTypes - Class in com.cycling74.max
DataTypes values that can be used to defined an inlet or outlet.
DataTypes() - Constructor for class com.cycling74.max.DataTypes
 
declareAttribute(String) - Method in class com.cycling74.max.MaxObject
Creates a attribute with default setter and getter.
declareInlets(int[]) - Method in class com.cycling74.max.MaxObject
Declare the inlets used by this object.
declareInlets(int[]) - Method in class com.cycling74.msp.MSPObject
Declare the inlets used by this object.
declareIO(int, int) - Method in class com.cycling74.max.MaxObject
Quickie method for declaring both inlet and outlet that will use any type of message (DataTypes.ANYTHING)
declareOutlets(int[]) - Method in class com.cycling74.max.MaxObject
Declare the outlets used by this object.
declareOutlets(int[]) - Method in class com.cycling74.msp.MSPObject
Declare the outlets used by this object.
declareReadOnlyAttribute(String) - Method in class com.cycling74.max.MaxObject
Creates a attribute with default getter no setter.
declareTypedIO(String, String) - Method in class com.cycling74.max.MaxObject
Used to defined typed input and output for this object.
defer(Executable) - Static method in class com.cycling74.max.MaxSystem
 
deferFront(Executable) - Static method in class com.cycling74.max.MaxSystem
 
deferLow(Executable) - Static method in class com.cycling74.max.MaxSystem
Will schedule the executable to a low priority thread
deferMedium(Executable) - Static method in class com.cycling74.max.MaxSystem
Will schedule the executable to a medium priority thread
delay(double) - Method in class com.cycling74.max.MaxClock
Time to wait until next tick.
dsp(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPObject
Initialize the dsp state.
dsp(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPPerformer
Called by PD with the dsp message is sended.
dspsetup(MSPSignal[], MSPSignal[]) - Method in interface com.cycling74.msp.MSPPerformable
Interface for MSPPerformer.dspsetup(MSPSignal in[], MSPSignal out[])
dspsetup(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPPerformer
Initialize the dsp state of the MSPPerformable.
dspstate(boolean) - Method in class com.cycling74.msp.MSPObject
This method is called when the dsp is start/stop.
dup() - Method in class com.cycling74.msp.MSPSignal
Returns the a duplicated signal object.
dupclean() - Method in class com.cycling74.msp.MSPSignal
Returns the a duplicated signal object, but the sample vector is re-initialized.

E

embedMessage(String, Atom[]) - Method in class com.cycling74.max.MaxObject
NOT USED IN PD.
EMPTY_STRING_ARRAY - Static variable in class com.cycling74.max.MaxObject
Defined in the original MXJ API; don't know what it is used for...
emptyArray - Static variable in class com.cycling74.max.Atom
Empty array to use with the API when theres is no arguments.
equals(Object) - Method in class com.cycling74.max.Atom
Returns true if the instance has the same value of the object object.
error(String) - Static method in class com.cycling74.max.MaxObject
Will show an error message in the pure-data console.
error(String) - Static method in class com.cycling74.max.MaxSystem
Shows a error message to the pd console
Executable - Interface in com.cycling74.max
Defines an executable object.
execute() - Method in class com.cycling74.max.Callback
Execute the method with arguments specified at constructor
execute() - Method in interface com.cycling74.max.Executable
The method to execute.

F

finalize() - Method in class com.cycling74.max.MaxClock
 
FLOAT - Static variable in class com.cycling74.max.DataTypes
 
front() - Method in class com.cycling74.max.MaxQelem
Puts thread in front execution.

G

gc() - Method in class com.cycling74.max.MaxObject
Useless, but in the original API.
getAddress() - Method in class com.cycling74.net.TcpSender
 
getAddress() - Method in class com.cycling74.net.UdpSender
Returns the hostname/ip address to reach.
getAllObject() - Method in class com.cycling74.max.MaxContext
 
getArgs() - Method in class com.cycling74.max.Callback
Returns the argument that will be used when the execute method will be invoke.
getChannel(String) - Static method in class com.cycling74.msp.MSPBuffer
Return the number of channel for this array.
getClassPath() - Static method in class com.cycling74.max.MaxSystem
Returns the user classpath.
getContext() - Static method in class com.cycling74.max.MaxObject
NOT USED IN PD. Throws UnsupportdOperationException
getErrorStream() - Static method in class com.cycling74.max.MaxObject
Returns the error stream of PDJ.
getExecutable() - Method in class com.cycling74.max.MaxClock
Returns the Executable for this clock.
getExecutable() - Method in class com.cycling74.max.MaxQelem
Returns the executable object.
getFloat() - Method in class com.cycling74.max.Atom
Get float value for this Atom.
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 index of the inlet that has just received a message.
getInletType(int) - Method in class com.cycling74.max.MaxObject
Returns the type the inlet at index 'idx'.
getInt() - Method in class com.cycling74.max.Atom
Get int value for this Atom.
getMaxVersion() - Static method in class com.cycling74.max.MaxSystem
 
getMaxVersionInts() - Static method in class com.cycling74.max.MaxSystem
 
getMethod() - Method in class com.cycling74.max.Callback
Returns the Method that will be used with the execute call
getMethodName() - Method in class com.cycling74.max.Callback
Returns the method name invoked on object with the execute call
getName() - Method in class com.cycling74.max.MaxObject
Returns the object name.
getNumInlets() - Method in class com.cycling74.max.MaxObject
Returns the number of inlets declared.
getNumOutlets() - Method in class com.cycling74.max.MaxObject
Returns the number of outlets declared.
getObject() - Method in class com.cycling74.max.Callback
Returns the object used to issue the call
getOutletType(int) - Method in class com.cycling74.max.MaxObject
Returns the type of the outlet at index 'idx'.
getParentPatcher() - Method in class com.cycling74.max.MaxObject
Returns the object representing the pd patch.
getPath() - Method in class com.cycling74.max.MaxPatcher
Returns the absolute path of the associated patch.
getPerformMethod(String) - Method in class com.cycling74.msp.MSPObject
Quicky method to be used with dsp(MSPSignal[], MSPSignal[]).
getPort() - Method in class com.cycling74.net.TcpReceiver
 
getPort() - Method in class com.cycling74.net.TcpSender
 
getPort() - Method in class com.cycling74.net.UdpReceiver
 
getPort() - Method in class com.cycling74.net.UdpSender
Returns the UDP port to use.
getPostStream() - Static method in class com.cycling74.max.MaxObject
Returns the output stream of PDJ.
getSize(String) - Static method in class com.cycling74.msp.MSPBuffer
Returns the array size
getString() - Method in class com.cycling74.max.Atom
Get string value for this Atom.
getSystemClassPath() - Static method in class com.cycling74.max.MaxSystem
 
getTime() - Static method in class com.cycling74.max.MaxClock
Returns pure-data time in milliseconds.

H

hashCode() - Method in class com.cycling74.max.Atom
Returns the hashCode representation for this Atom.
hideCursor() - Static method in class com.cycling74.max.MaxSystem
Not supported in PD

I

inlet(int) - Method in class com.cycling74.max.MaxObject
This will be called if pd sends a float and the float method is not overridden.
inlet(float) - Method in class com.cycling74.max.MaxObject
Called by PD when pdj receives a float from an inlet.
INT - Static variable in class com.cycling74.max.DataTypes
 
intersection(Atom[], Atom[]) - Static method in class com.cycling74.max.Atom
Don't know what this does.
isFloat() - Method in class com.cycling74.max.Atom
Returns true if the Atom has been created with a float.
isIn(Atom, Atom[]) - Static method in class com.cycling74.max.Atom
Returns the index of the first atom that is found in the list.
isIn(Atom, Atom[], int, int) - Static method in class com.cycling74.max.Atom
Returns the index of the first atom that is found in the list.
isInt() - Method in class com.cycling74.max.Atom
Returns true if the Atom has been created with a int.
isStandAlone() - Static method in class com.cycling74.max.MaxSystem
Not supported in PD
isString() - Method in class com.cycling74.max.Atom
Returns true if the Atom has been created with a String.

L

LIST - Static variable in class com.cycling74.max.DataTypes
 
list(Atom[]) - Method in class com.cycling74.max.MaxObject
Called by PD when pdj receives a list of atoms.
loadbang() - Method in class com.cycling74.max.MaxObject
Called by PD when the current patch issue a loadbang message.
locateFile(String) - Static method in class com.cycling74.max.MaxSystem
Tries to locate file in pure-data search path.

M

MaxClock - Class in com.cycling74.max
Used to delay the execution of a block of code.
MaxClock() - Constructor for class com.cycling74.max.MaxClock
Creates a pdclock without an executable.
MaxClock(Executable) - Constructor for class com.cycling74.max.MaxClock
Creates a pdclock with an executable e.
MaxClock(Object, String) - Constructor for class com.cycling74.max.MaxClock
Creates a pdclock with a specific method on a object.
MaxContext - Class in com.cycling74.max
MaxContext holder.
MaxContext() - Constructor for class com.cycling74.max.MaxContext
 
MaxObject - Class in com.cycling74.max
Main object to extend to use with pd.
MaxObject() - Constructor for class com.cycling74.max.MaxObject
Default constructor for MaxObject.
MaxPatcher - Class in com.cycling74.max
Java object that encapsulate the pd patch.
MaxPatcher() - Constructor for class com.cycling74.max.MaxPatcher
 
MaxQelem - Class in com.cycling74.max
Background job utility class.
MaxQelem() - Constructor for class com.cycling74.max.MaxQelem
Constructs a Qelem that is bound the overriden class with method name qfn.
MaxQelem(Executable) - Constructor for class com.cycling74.max.MaxQelem
Constructs a Qelem that is bound to an executable.
MaxQelem(Object, String) - Constructor for class com.cycling74.max.MaxQelem
Constructs a Qelem that is bound to a class with method name.
MaxRuntimeException - Exception in com.cycling74.max
API based runtime exception with Max/PDJ.
MaxRuntimeException() - Constructor for exception com.cycling74.max.MaxRuntimeException
 
MaxRuntimeException(String) - Constructor for exception com.cycling74.max.MaxRuntimeException
 
MaxRuntimeException(Exception) - Constructor for exception com.cycling74.max.MaxRuntimeException
 
MaxSystem - Class in com.cycling74.max
MXJ System utilities.
MaxSystem() - Constructor for class com.cycling74.max.MaxSystem
 
MESSAGE - Static variable in class com.cycling74.max.DataTypes
 
messageReceived(Object, int, Object) - Method in interface com.cycling74.max.MessageReceiver
Called when a event has occured.
MessageReceiver - Interface in com.cycling74.max
This is a utility callback class that can be used to notify background job.
MSP_SIGNAL_ARRAY_CLZ - Static variable in class com.cycling74.msp.MSPObject
 
MSPBuffer - Class in com.cycling74.msp
Used to get or set pd array content.
MSPObject - Class in com.cycling74.msp
Main object to extend to use dsp with pd.
MSPObject() - Constructor for class com.cycling74.msp.MSPObject
 
MSPPerformable - Interface in com.cycling74.msp
This interface is used to chain Java dsp objects since they don't have to be MSPObject to process signals.
MSPPerformer - Class in com.cycling74.msp
Process signals with a single method.
MSPPerformer() - Constructor for class com.cycling74.msp.MSPPerformer
 
MSPSignal - Class in com.cycling74.msp
Signals representation; signals inlets will copy signal data to this object.
MSPSignal(float[], double, int, short) - Constructor for class com.cycling74.msp.MSPSignal
 
MXJ_VERSION - Static variable in class com.cycling74.max.MaxSystem
 

N

n - Variable in class com.cycling74.msp.MSPSignal
Number of sample in vector.
newAtom(int) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(int[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(long) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(long[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(short) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(short[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(byte) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(byte[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(char) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(char[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(boolean) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(boolean[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(float) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(float[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(double) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(double[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(String) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
newAtom(String[]) - Static method in class com.cycling74.max.Atom
Creates a new atom with the specified type.
nextWindowIsModal() - Static method in class com.cycling74.max.MaxSystem
Not supported in PD
NO_INLETS - Static variable in class com.cycling74.max.MaxObject
Use this to declare that your object has no inlets.
NO_OUTLETS - Static variable in class com.cycling74.max.MaxObject
Use this to declare that your object has no outlets.
notifyDeleted() - Method in class com.cycling74.max.MaxObject
This method is called when the object is deleted by the user.

O

ouch(String) - Static method in class com.cycling74.max.MaxObject
Will show an error message in the pure-data console and crash pure-data.
ouch(String) - Static method in class com.cycling74.max.MaxSystem
Shows a message in the pd console and kill PD afterwards.
outlet(int, float) - Method in class com.cycling74.max.MaxObject
Sends a float to outlet x.
outlet(int, float[]) - Method in class com.cycling74.max.MaxObject
Sends floats to outlet x.
outlet(int, String) - Method in class com.cycling74.max.MaxObject
Sends a symbol to outlet x.
outlet(int, String[]) - Method in class com.cycling74.max.MaxObject
Sends symbols to outlet x.
outlet(int, byte) - Method in class com.cycling74.max.MaxObject
Sends a byte to outlet x.
outlet(int, byte[]) - Method in class com.cycling74.max.MaxObject
Sends byte to outlet x.
outlet(int, char) - Method in class com.cycling74.max.MaxObject
Sends a char to outlet x.
outlet(int, char[]) - Method in class com.cycling74.max.MaxObject
Sends char to outlet x.
outlet(int, short) - Method in class com.cycling74.max.MaxObject
Sends a short to outlet x.
outlet(int, short[]) - Method in class com.cycling74.max.MaxObject
Sends shorts to outlet x.
outlet(int, int) - Method in class com.cycling74.max.MaxObject
Sends a int to outlet x.
outlet(int, int[]) - Method in class com.cycling74.max.MaxObject
Sends ints to outlet x.
outlet(int, long) - Method in class com.cycling74.max.MaxObject
Sends a long to outlet x.
outlet(int, long[]) - Method in class com.cycling74.max.MaxObject
Sends longs to outlet x.
outlet(int, double) - Method in class com.cycling74.max.MaxObject
Sends a double to outlet x.
outlet(int, double[]) - Method in class com.cycling74.max.MaxObject
Sends doubles to outlet x.
outlet(int, String, Atom[]) - Method in class com.cycling74.max.MaxObject
Sends message with argument to outlet x.
outlet(int, Atom) - Method in class com.cycling74.max.MaxObject
Sends atom value to outlet x.
outlet(int, Atom[]) - Method in class com.cycling74.max.MaxObject
Sends atoms to outlet x.
outletBang(int) - Method in class com.cycling74.max.MaxObject
Sends a bang to outlet x.
outletBangHigh(int) - Method in class com.cycling74.max.MaxObject
 
outletHigh(int, int) - Method in class com.cycling74.max.MaxObject
 
outletHigh(int, float) - Method in class com.cycling74.max.MaxObject
 
outletHigh(int, double) - Method in class com.cycling74.max.MaxObject
 
outletHigh(int, String) - Method in class com.cycling74.max.MaxObject
 
outletHigh(int, String, Atom[]) - Method in class com.cycling74.max.MaxObject
 
outletHigh(int, Atom[]) - Method in class com.cycling74.max.MaxObject
 

P

parse(String) - Static method in class com.cycling74.max.Atom
Creates an array of atoms from string tokens.
parse(String, boolean) - Static method in class com.cycling74.max.Atom
Creates an array of atoms from strings tokens.
PATH_STYLE_COLON - Static variable in class com.cycling74.max.MaxSystem
 
PATH_STYLE_MAX - Static variable in class com.cycling74.max.MaxSystem
 
PATH_STYLE_NATIVE - Static variable in class com.cycling74.max.MaxSystem
 
PATH_STYLE_NATIVE_WIN - Static variable in class com.cycling74.max.MaxSystem
 
PATH_STYLE_SLASH - Static variable in class com.cycling74.max.MaxSystem
 
PATH_TYPE_ABSOLUTE - Static variable in class com.cycling74.max.MaxSystem
 
PATH_TYPE_BOOT - Static variable in class com.cycling74.max.MaxSystem
 
PATH_TYPE_C74 - Static variable in class com.cycling74.max.MaxSystem
 
PATH_TYPE_IGNORE - Static variable in class com.cycling74.max.MaxSystem
 
PATH_TYPE_RELATIVE - Static variable in class com.cycling74.max.MaxSystem
 
peek(String) - Static method in class com.cycling74.msp.MSPBuffer
Returns the array content.
peek(String, int) - Static method in class com.cycling74.msp.MSPBuffer
Returns the array content.
peek(String, int, long, long) - Static method in class com.cycling74.msp.MSPBuffer
Returns the array content.
peek(String, int, long) - Static method in class com.cycling74.msp.MSPBuffer
Returns the array content value at a specific position.
perform(MSPSignal[], MSPSignal[]) - Method in interface com.cycling74.msp.MSPPerformable
Interface for MSPPerformer.perform(MSPSignal in[], MSPSignal out[]);
perform(MSPSignal[], MSPSignal[]) - Method in class com.cycling74.msp.MSPPerformer
Process signal inlets/outlets.
poke(String, float[]) - Static method in class com.cycling74.msp.MSPBuffer
Sets array content.
poke(String, int, float[]) - Static method in class com.cycling74.msp.MSPBuffer
Sets array content.
poke(String, int, long, float[]) - Static method in class com.cycling74.msp.MSPBuffer
Sets array content.
poke(String, int, long, float) - Static method in class com.cycling74.msp.MSPBuffer
Set a value in a array.
post(String) - Static method in class com.cycling74.max.MaxObject
Will show an info message in the pure-data console.
post(String) - Static method in class com.cycling74.max.MaxSystem
Shows a message to the pd console

Q

qfn() - Method in class com.cycling74.max.MaxQelem
The callback method, otherwise it calls the 'executable' method provided in constructor.

R

release() - Method in class com.cycling74.max.MaxClock
Release the clock from pure-data.
release() - Method in class com.cycling74.max.MaxQelem
Releases current Qelem and cancel the running thread.
removeFirst(Atom[]) - Static method in class com.cycling74.max.Atom
Removes the first atom in the list.
removeFirst(Atom[], int) - Static method in class com.cycling74.max.Atom
Removes the first howmany atoms in the list.
removeLast(Atom[]) - Static method in class com.cycling74.max.Atom
Remove the last atom in the list.
removeLast(Atom[], int) - Static method in class com.cycling74.max.Atom
Removes the last howmany atoms in the list.
removeOne(Atom[], int) - Static method in class com.cycling74.max.Atom
Removes one atom in the list.
removeSome(Atom[], int, int) - Static method in class com.cycling74.max.Atom
Remove at index from to index to.
reverse(Atom[]) - Static method in class com.cycling74.max.Atom
Reverses the element content; the first element is the last and so on.
rotate(Atom[], int) - Static method in class com.cycling74.max.Atom
Rotates array content x number of times.
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
NOT USED IN PD.
send(Atom[]) - Method in class com.cycling74.net.TcpSender
 
send(int) - Method in class com.cycling74.net.TcpSender
 
send(float) - Method in class com.cycling74.net.TcpSender
 
send(String) - Method in class com.cycling74.net.TcpSender
 
send(Atom[]) - Method in class com.cycling74.net.UdpSender
 
send(int) - Method in class com.cycling74.net.UdpSender
 
send(float) - Method in class com.cycling74.net.UdpSender
 
send(String, Atom[]) - Method in class com.cycling74.net.UdpSender
 
sendMessageToBoundObject(String, String, Atom[]) - Static method in class com.cycling74.max.MaxSystem
Sends a message to a bound object (IEM object or a receiver)
set() - Method in class com.cycling74.max.MaxQelem
Ask qfn to execute.
setActive(boolean) - Method in class com.cycling74.net.TcpReceiver
 
setActive(boolean) - Method in class com.cycling74.net.UdpReceiver
 
setAddress(String) - Method in class com.cycling74.net.TcpSender
 
setAddress(String) - Method in class com.cycling74.net.UdpSender
Sets hostname/ip address to reach.
setArgs(int) - Method in class com.cycling74.max.Callback
Sets int argument to method
setArgs(float) - Method in class com.cycling74.max.Callback
Sets float argument to method
setArgs(String) - Method in class com.cycling74.max.Callback
Sets String argument to method
setArgs(boolean) - Method in class com.cycling74.max.Callback
Sets boolean argument to method
setArgs(Object[]) - Method in class com.cycling74.max.Callback
Set the argument for the execute call
setCallback(Object, String) - Method in class com.cycling74.net.TcpReceiver
 
setCallback(Object, String) - Method in class com.cycling74.net.UdpReceiver
 
setDebugString(String) - Method in class com.cycling74.net.TcpReceiver
 
setDebugString(String) - Method in class com.cycling74.net.UdpReceiver
 
setExecutable(Executable) - Method in class com.cycling74.max.MaxClock
Set the Executable for this clock.
setInletAssist(String[]) - Method in class com.cycling74.max.MaxObject
NOT USED IN PD.
setInletAssist(int, String) - Method in class com.cycling74.max.MaxObject
NOT USED IN PD.
setName(String) - Method in class com.cycling74.max.MaxObject
Sets the object name.
setNoInPlace(boolean) - Method in class com.cycling74.msp.MSPObject
Force to copy of each MSPBuffer when performer is called.
setOutletAssist(String[]) - Method in class com.cycling74.max.MaxObject
NOT USED IN PD.
setOutletAssist(int, String) - Method in class com.cycling74.max.MaxObject
NOT USED IN PD.
setPort(int) - Method in class com.cycling74.net.TcpReceiver
 
setPort(int) - Method in class com.cycling74.net.TcpSender
 
setPort(int) - Method in class com.cycling74.net.UdpReceiver
 
setPort(int) - Method in class com.cycling74.net.UdpSender
Sets the UDP port to use.
setSize(String, int, long) - Static method in class com.cycling74.msp.MSPBuffer
Sets the array size.
showCursor() - Static method in class com.cycling74.max.MaxSystem
Not supported in PD
showException(Throwable) - Static method in class com.cycling74.max.MaxObject
Show the exeception in the pure-data console.
showException(String, Throwable) - Static method in class com.cycling74.max.MaxObject
Show the exception in the pure-data console with a message.
SIGNAL - Static variable in class com.cycling74.msp.MSPObject
Use this value to indentify a signal intlet/outlet to the method declareInlet/declareOutlet.
sr - Variable in class com.cycling74.msp.MSPSignal
The sampling rate.

T

TcpReceiver - Class in com.cycling74.net
Class wrapper to receive atoms via TCP/IP using the class TcpSender.
TcpReceiver() - Constructor for class com.cycling74.net.TcpReceiver
 
TcpReceiver(int) - Constructor for class com.cycling74.net.TcpReceiver
 
TcpReceiver(int, Object, String) - Constructor for class com.cycling74.net.TcpReceiver
 
TcpSender - Class in com.cycling74.net
Class wrapper to send atoms via TCP/IP.
TcpSender() - Constructor for class com.cycling74.net.TcpSender
 
TcpSender(String, int) - Constructor for class com.cycling74.net.TcpSender
 
tick() - Method in class com.cycling74.max.MaxClock
The method to override if no Executable is provided.
toBoolean() - Method in class com.cycling74.max.Atom
Returns the boolean value of this atom.
toBoolean(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of booleans.
toByte() - Method in class com.cycling74.max.Atom
Returns the byte value of this atom.
toByte(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of bytes.
toChar() - Method in class com.cycling74.max.Atom
Returns the char value of this atom.
toChar(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of chars.
toDebugString(Atom[]) - Static method in class com.cycling74.max.Atom
Used to return a string representation of the list with atom type.
toDouble() - Method in class com.cycling74.max.Atom
Returns the double value of this atom.
toDouble(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of doubles.
toFloat() - Method in class com.cycling74.max.Atom
Returns the float value of this atom.
toFloat(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of floats.
toInt() - Method in class com.cycling74.max.Atom
Returns the int value of this atom.
toInt(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of ints.
toLong() - Method in class com.cycling74.max.Atom
Returns the long value of this atom.
toLong(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of longs.
toOneString(Atom[]) - Static method in class com.cycling74.max.Atom
Returns the array of Atom into one string.
toShort() - Method in class com.cycling74.max.Atom
Returns the short value of this atom.
toShort(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of shorts.
toString(Atom[]) - Static method in class com.cycling74.max.Atom
Transform an array of Atom into an array of strings.

U

UdpReceiver - Class in com.cycling74.net
Class wrapper to receive atoms via UDP/IP using the class UdpSender.
UdpReceiver() - Constructor for class com.cycling74.net.UdpReceiver
 
UdpReceiver(int) - Constructor for class com.cycling74.net.UdpReceiver
 
UdpSender - Class in com.cycling74.net
Class wrapper to send atoms via UDP/IP.
UdpSender() - Constructor for class com.cycling74.net.UdpSender
 
UdpSender(String, int) - Constructor for class com.cycling74.net.UdpSender
Create a UpdSender.
union(Atom[], Atom[]) - Static method in class com.cycling74.max.Atom
Don't know what this does.
unset() - Method in class com.cycling74.max.MaxClock
Cancels the last delay call.
unset() - Method in class com.cycling74.max.MaxQelem
Cancels execution of qelem.

V

vec - Variable in class com.cycling74.msp.MSPSignal
The current sample data.
viewsource() - Method in class com.cycling74.max.MaxObject
NOT USED IN PD.

Z

zap() - Method in class com.cycling74.max.MaxObject
Refresh/reinitialize the PDJ classloader.

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

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