| Interface | Description |
|---|---|
| HB.StatusChangedListener |
| Class | Description |
|---|---|
| DebugApplication |
THis class enables us to Display the Dynamic Controls during Debug of Happy Brackets Program
|
| DebuggerWaveformVisualizer |
Displays the waveform on a JPanel based on a
AudioContext
The class must be created using DebuggerWaveformVisualizer.createVisualiser() first, and then
have the AudioContext assigned using the DebuggerWaveformVisualizer.setAudioContext(AudioContext) function
This is required to because the AWT object must be created before an AudioContext due to a quirk
in some systems |
| DeviceMain |
Entry point for PI code.
|
| HB |
HB is the main controller class for a HappyBrackets program.
|
| LogSender |
Manages sending log messages to the controller as they appear in a log file.
|
| ManagerAgent | |
| MinimalBleeper | |
| MuteControl |
This class will control hard muting the audio output when there is no composition loaded into Happy Brackets
|
| StartupClasses |
Read the startup classes file
|
| TextOutput |
| Enum | Description |
|---|---|
| HB.AccessMode | |
| HB.DeviceType |
The Type of Hardware that this instance of HappyBrackets is running on
|