public class RemoteUIServer extends Object
Modifier and Type | Field and Description |
---|---|
LinkedHashMap<String,remoteUI.RemoteUIServer.ParamInstance> |
fields |
OscP5 |
osc |
static String |
VERSION |
Constructor and Description |
---|
RemoteUIServer(Object data,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object object)
Track an objects properties
Make all your fields public and annotate them with the
Param annotation. |
void |
oscEvent(OscMessage msg) |
void |
oscStatus(OscStatus theStatus) |
static Color |
parseColor(String text) |
void |
sendMessage(String addrPattern) |
void |
sendMessage(String addrPattern,
Color color,
String group,
Object... args) |
static String |
version()
return the version of the library.
|
public static final String VERSION
public OscP5 osc
public LinkedHashMap<String,remoteUI.RemoteUIServer.ParamInstance> fields
public RemoteUIServer(Object data, int port)
public void add(Object object)
Param
annotation.object
- public void oscEvent(OscMessage msg)
public void sendMessage(String addrPattern)
public void oscStatus(OscStatus theStatus)
public static String version()
Processing library remoteUI by Hansi Raber. (C) 2013