net.loadbang.util
Class MaxOutputter

java.lang.Object
  extended by net.loadbang.util.MaxOutputter

public class MaxOutputter
extends java.lang.Object

Callback class: something which can output Max-printable objects, and which can be wrapped around a MaxObject which does the outputting.


Constructor Summary
MaxOutputter(com.cycling74.max.MaxObject maxObject)
          Constructor: wrap around a MaxObject.
 
Method Summary
 MaxOutputter output(java.lang.String tokens00)
          Put out an initial message.
 MaxOutputter output(java.lang.String tokens00, com.cycling74.max.Atom[] args00)
          Put out an array of Atoms, with an optional initial message.
 MaxOutputter output(java.lang.String tokens00, com.cycling74.max.Atom[] fst, com.cycling74.max.Atom[] snd)
          Output a string (nullable) and two arrays:
 MaxOutputter output(java.lang.String tokens00, MaxFormattable object)
          Optionally output some tokens, and a Max-formattable object, in a single message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxOutputter

public MaxOutputter(com.cycling74.max.MaxObject maxObject)
Constructor: wrap around a MaxObject.

Method Detail

output

public MaxOutputter output(java.lang.String tokens00,
                           com.cycling74.max.Atom[] args00)
Put out an array of Atoms, with an optional initial message.


output

public MaxOutputter output(java.lang.String tokens00,
                           com.cycling74.max.Atom[] fst,
                           com.cycling74.max.Atom[] snd)
Output a string (nullable) and two arrays:


output

public MaxOutputter output(java.lang.String tokens00)
Put out an initial message.


output

public MaxOutputter output(java.lang.String tokens00,
                           MaxFormattable object)
Optionally output some tokens, and a Max-formattable object, in a single message.