Class | Description |
---|---|
Contact |
The Contact class represents a touch point on a two-dimensional grid.
|
Dispatcher |
The Dispatcher class manages Junctions and handles the distribution of Android touch events to Junctions.
|
Junction |
The Junction class defines a section of a touch interface that represents the intersection among Contacts (touches),
graphical output, and the sending of Open Sound Control (OSC) messages.
|
Relay |
The Relay class sends OSC messages to specified target nodes.
|
Enum | Description |
---|---|
Action |
An enum containing actions that can be performed by a Junction.
|
Input |
An enum containing a list of input types.
|