Interface | Description |
---|---|
BroadcastManager.OnListener |
Call back interface for listening to all interfaces where the specific interface matters
|
BroadcastManager.OnTransmitter |
Call back interface for sending to all interfaces where the specific interface matters
|
ErrorListener |
Generic interface for processes that wish to receive notification of errors occuring in other components.
|
HBAction |
PI Playback Object.
|
HBReset |
Interface to send classes notification that a rest has occurred so it can cancel any threads
or resources it has allocated
|
OSCVocabulary.OSCAdvertiseListener |
Create an interface used for sending OSC Messages to various listeners
|
ShellExecute.ProcessComplete |
Event to signify process has completed
|
Class | Description |
---|---|
AudioSetup | |
BroadcastManager |
This class manages broadcast communication - i.e., one to all comms.
|
BuildVersion |
Displays build information about build
When Releasing a version, the values in this class need to be changed
|
Device | |
DeviceStatus | |
Encryption |
Utility methods to encrypt and decrypt data.
|
EZShell | |
GZIPCompression |
Class for compressing and Decompressing zip
Code taken from
https://stackoverflow.com/questions/16351668/compression-and-decompression-of-string-data-in-java
|
OSCMessageBuilder | |
OSCUDPListener |
Creates an OSC Listener abstract class.
|
OSCUDPReceiver |
Simple OSC Receiver without all the overhead.
|
OSCUDPSender |
Class for encoding OSC Messages and sending via a UDP Port
Removes all the unnecessary server implementation
|
OSCVocabulary |
This module will list the messages sent and received via OSC
Using this class will remove possibility of typo mistakes
furthermore, it will allow us to find usages througoht code
Also, it allows us to change the message in one place
It allows us to use intellij to suggest value
|
ShellExecute |
Class that enables us to execute shell commands and retrieve shell result
|
StaticUDPReceiver |
Simple UDP Receiver without all the overhead.
|
Synchronizer |
A tool for each device to work out its current synch with respect to all other devices.
|