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 | -362/+0 |
| | |||||
* | BowelyzerConfig.sc: Properly structurizing controlsWithRanger and ↵ | David Runge | 2016-07-03 | 1 | -3/+7 |
| | | | | controlsWithKnob. Setting initial value for \hfHainsworth ControlSpec to 1.0. | ||||
* | BowelyzerConfig.sc: Adding ControlSpec for ports. | David Runge | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | BowelyzerConfig.sc: Extending the controls by an \active flag, indicating ↵ | David Runge | 2016-06-30 | 1 | -5/+17 |
| | | | | whether the input is supposed to be running when initialized. Adding hasToBeBool check and extenting getControlValue by it. Adding TODO for writeConfigurationFile. Removing useless comments. Cleaning up comments. | ||||
* | BowelyzerConfig.sc: Fixing pitchDownSample ControlSpec. Adding ControlSpec ↵ | David Runge | 2016-06-22 | 1 | -1/+2 |
| | | | | for input to Synths. | ||||
* | BowelyzerConfig.sc: Changing for proper usage of includes instead of ↵0.1 | David Runge | 2016-06-19 | 1 | -3/+3 |
| | | | | contains (used before with asString). | ||||
* | Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: ↵ | David Runge | 2016-06-19 | 1 | -176/+226 |
| | | | | 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. | ||||
* | BowelyzerConfig.sc: Adding class constants to check what sort of GUI element ↵ | David Runge | 2016-06-13 | 1 | -13/+59 |
| | | | | the different parameter require. Removing the channel offset feature in favor of addressing inputs directly (starting from 0). BowelyzerAnalyzer.sc: Removing the channel offest feature. | ||||
* | BowelyzerConfig.sc: Adding getter and setter for Synth controls, stored in ↵ | David Runge | 2016-05-29 | 1 | -0/+19 |
| | | | | the config Dictionary. | ||||
* | BowelyzerConfig.sc: Fixing typo and calling validateConfig twice. | David Runge | 2016-05-29 | 1 | -3/+3 |
| | |||||
* | First commit of bowelyzer code. Includes Bowelyzer.sc, ↵ | David Runge | 2016-05-29 | 1 | -0/+229 |
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON. |