Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/*.sc: Moving all classes to the proper subfolder classes.0.4 | David Runge | 2016-07-03 | 1 | -267/+0 |
| | |||||
* | Bowelyzer.sc: Adding a FIXME for TextField reset on name exists. | David Runge | 2016-07-03 | 1 | -0/+1 |
| | |||||
* | Bowelyzer.sc: Implementing OSCdef listener for address, port, save and load. ↵ | David Runge | 2016-07-02 | 1 | -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.3 | David Runge | 2016-06-30 | 1 | -6/+13 |
| | | | | Adding config write upon using toggle functionality. | ||||
* | Bowelyzer.sc: Removing useless conditional as range and type are clear anyways. | David Runge | 2016-06-29 | 1 | -6/+4 |
| | |||||
* | Bowelyzer.sc: Actually remove the Synth from the dictionary, when it has ↵ | David Runge | 2016-06-29 | 1 | -0/+1 |
| | | | | been renamed. | ||||
* | BowelyzerGUI.sc: Moving LevelIndicator listener to Bowelyzer.sc. Removing ↵ | David Runge | 2016-06-29 | 1 | -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.2 | David Runge | 2016-06-22 | 1 | -1/+91 |
| | | | | elements. BowelyzerGUI.sc: Adding first version of class for GUI of bowelyzer. | ||||
* | Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: ↵ | David Runge | 2016-06-19 | 1 | -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 Runge | 2016-05-29 | 1 | -9/+9 |
| | | | | parameter to have less confusion and naming conflicts with the global config object. | ||||
* | First commit of bowelyzer code. Includes Bowelyzer.sc, ↵ | David Runge | 2016-05-29 | 1 | -0/+30 |
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON. |