Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
F
G
I
L
M
N
O
P
R
S
T
C
coin()
- Static method in class net.loadbang.util.
RandLib
create()
- Method in class net.loadbang.util.mxj.
Instantiate
D
delete()
- Method in class net.loadbang.util.mxj.
Instantiate
E
EnrichedMaxObject
- Class in
net.loadbang.util
A MaxObject sub-class with some utilities (currently, Log4j logging).
EnrichedMaxObject(Class)
- Constructor for class net.loadbang.util.
EnrichedMaxObject
Constructor: set up the logging system (once only) if necessary.
F
FileUtils
- Class in
net.loadbang.util
Some library utilities over files.
FileUtils()
- Constructor for class net.loadbang.util.
FileUtils
G
get00(K1, K2)
- Method in class net.loadbang.util.
TwoDHashMap
getExtension00(String)
- Static method in class net.loadbang.util.
FileUtils
Determine the extension of a filename (or even something more complicated, like a URL).
getFst()
- Method in class net.loadbang.util.
Pair
getInteger(String)
- Method in class net.loadbang.util.
Properties
getLogger()
- Method in class net.loadbang.util.
EnrichedMaxObject
getSnd()
- Method in class net.loadbang.util.
Pair
getString(String)
- Method in class net.loadbang.util.
Properties
I
Instantiate
- Class in
net.loadbang.util.mxj
A little scripting helper for reloading MXJ objects: delete and re-instantiate an arbitrary object, optionally connecting a single upstream and a single downstream object.
L
locateFile(String)
- Static method in class net.loadbang.util.
FileUtils
Return a File object for a file on the Max search path, or fail assertion if it's not found.
locateFile00(String)
- Static method in class net.loadbang.util.
FileUtils
Return the File object for a file in the Max search path.
M
maxFormat()
- Method in interface net.loadbang.util.
MaxFormattable
Format the object as an array of Atoms.
MaxFormattable
- Interface in
net.loadbang.util
An object which can be formatted (printed) as something Max can output.
MaxOutputter
- Class in
net.loadbang.util
Callback class: something which can output Max-printable objects, and which can be wrapped around a MaxObject which does the outputting.
MaxOutputter(MaxObject)
- Constructor for class net.loadbang.util.
MaxOutputter
Constructor: wrap around a MaxObject.
N
net.loadbang.util
- package net.loadbang.util
net.loadbang.util.exn
- package net.loadbang.util.exn
net.loadbang.util.mxj
- package net.loadbang.util.mxj
O
output(String, Atom[])
- Method in class net.loadbang.util.
MaxOutputter
Put out an array of Atoms, with an optional initial message.
output(String, Atom[], Atom[])
- Method in class net.loadbang.util.
MaxOutputter
Output a string (nullable) and two arrays:
output(String)
- Method in class net.loadbang.util.
MaxOutputter
Put out an initial message.
output(String, MaxFormattable)
- Method in class net.loadbang.util.
MaxOutputter
Optionally output some tokens, and a Max-formattable object, in a single message.
P
Pair
<
A
,
B
> - Class in
net.loadbang.util
Pair of arbitrary object types.
Pair(A, B)
- Constructor for class net.loadbang.util.
Pair
Properties
- Class in
net.loadbang.util
Wrapper for properties loaded from an XML in MaxMSP's search path.
Properties(String)
- Constructor for class net.loadbang.util.
Properties
PropertiesException
- Exception in
net.loadbang.util.exn
PropertiesException(String, Exception)
- Constructor for exception net.loadbang.util.exn.
PropertiesException
PropertiesException(String)
- Constructor for exception net.loadbang.util.exn.
PropertiesException
put(K1, K2, V)
- Method in class net.loadbang.util.
TwoDHashMap
R
RandLib
- Class in
net.loadbang.util
Library.
RandLib()
- Constructor for class net.loadbang.util.
RandLib
random(int)
- Static method in class net.loadbang.util.
RandLib
S
stripExtension(String)
- Static method in class net.loadbang.util.
FileUtils
Strip any extension from a filename.
T
toString()
- Method in class net.loadbang.util.
Pair
TwoDHashMap
<
K1
,
K2
,
V
> - Class in
net.loadbang.util
Simple two-dimensional HashMap.
TwoDHashMap()
- Constructor for class net.loadbang.util.
TwoDHashMap
C
D
E
F
G
I
L
M
N
O
P
R
S
T
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes