oscP5
Class OscIn
java.lang.Object
oscP5.OscPatcher
oscP5.OscPacket
oscP5.OscMessage
oscP5.OscIn
public class OscIn
- extends OscMessage
OscIn is deprecated. for compatibility with previous versions
of oscP5 OscIn is still available.
Methods inherited from class oscP5.OscMessage |
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addArguments, addrInt, addrPattern, arguments, checkAddrPattern, checkTypetag, clear, clearArguments, get, getAddrPatternAsBytes, getBytes, getTypetagAsBytes, isPlugged, makeBlob, print, printData, set, setAddrPattern, setAddrPattern, setArguments, timetag, toString, typetag |
OscIn
public OscIn(OscMessage theOscMessage)
getInt
public int getInt(int thePos)
getChar
public char getChar(int thePos)
getFloat
public float getFloat(int thePos)
getString
public String getString(int thePos)
getBlob
public byte[] getBlob(int thePos)
getMidiBytes
public int[] getMidiBytes(int thePos)
getMidi
public int[] getMidi(int thePos)
getBoolean
public boolean getBoolean(int thePos)
getDataList
public ArrayList getDataList()
- this is only for christian's and jens' table communication with vvvv.
- Returns:
- ArrayList
processing library oscP5 by Andreas Schlegel. (c) 2006-2010