aboutsummaryrefslogtreecommitdiffstats
path: root/Bowelyzer.sc
Commit message (Collapse)AuthorAgeFilesLines
* Bowelyzer.sc: Implementing OSCdef listener for address, port, save and load. ↵David Runge2016-07-021-0/+58
| | | | The two latter still need further extensions in BowelyzerConfig and Bowelyzer to actually do anything.
* Bowelyzer.sc: Simplifying calls to setupLevelListener. Adding comments. ↵0.3David Runge2016-06-301-6/+13
| | | | Adding config write upon using toggle functionality.
* Bowelyzer.sc: Removing useless conditional as range and type are clear anyways.David Runge2016-06-291-6/+4
|
* Bowelyzer.sc: Actually remove the Synth from the dictionary, when it has ↵David Runge2016-06-291-0/+1
| | | | been renamed.
* BowelyzerGUI.sc: Moving LevelIndicator listener to Bowelyzer.sc. Removing ↵David Runge2016-06-291-30/+111
| | | | 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-1/+91
| | | | elements. BowelyzerGUI.sc: Adding first version of class for GUI of bowelyzer.
* Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: ↵David Runge2016-06-191-8/+9
| | | | Moving from String based identifiers to Symbols. Further refining the configuration parsing and validation process. darmstadt.json: Moving names into inputs Dictionary, holding channel number (offsets are not required/feasible) and name.
* Bowelyzer.sc: Variables do not have to be settable. Renaming constructor ↵David Runge2016-05-291-9/+9
| | | | parameter to have less confusion and naming conflicts with the global config object.
* First commit of bowelyzer code. Includes Bowelyzer.sc, ↵David Runge2016-05-291-0/+30
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON.