aboutsummaryrefslogtreecommitdiffstats
path: root/BowelyzerGUI.sc
Commit message (Collapse)AuthorAgeFilesLines
* Unifying port and address messages to only need one OSCdef on the receiving ↵David Runge2016-07-021-8/+10
| | | | side each.
* BowelyzerGUI.sc: Adding save/load Buttons in a separate configView in ↵David Runge2016-07-011-47/+150
| | | | settingsView. Adding Views for forward/hub/synthServer settings. Making mainView a FlowLayout, to more easily switch to next line.
* BowelyzerGUI.sc: Adding settingsView with some minor fields for hub, forward ↵David Runge2016-06-301-21/+70
| | | | and synthServer address/port. Resizing all Views to be as small as possible using maxSize/maxHeight/maxWidth.
* BowelyzerGUI.sc: Speeding up fadeout time for the OSC indicator further.David Runge2016-06-291-1/+1
|
* BowelyzerGUI.sc: Moving LevelIndicator listener to Bowelyzer.sc. Removing ↵David Runge2016-06-291-59/+3
| | | | all of the helper functions. Removing useless controlName in toggle message. Bowelyzer.sc: Adding usage of LevelIndicator listener and OSC indicator listener. Separating those from plain listeners for GUI elements. All should now properly survive the renaming of channels. Further clarifying names in setup functions for readability.
* Bowelyzer.sc: Adding functionality to listen for OSC messages sent by GUI ↵0.2David Runge2016-06-221-0/+353
elements. BowelyzerGUI.sc: Adding first version of class for GUI of bowelyzer.