aboutsummaryrefslogtreecommitdiffstats
path: root/BowelyzerConfig.sc
Commit message (Collapse)AuthorAgeFilesLines
* BowelyzerConfig.sc: Adding ControlSpec for ports.David Runge2016-06-301-0/+1
|
* BowelyzerConfig.sc: Extending the controls by an \active flag, indicating ↵David Runge2016-06-301-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 Runge2016-06-221-1/+2
| | | | for input to Synths.
* BowelyzerConfig.sc: Changing for proper usage of includes instead of ↵0.1David Runge2016-06-191-3/+3
| | | | contains (used before with asString).
* Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: ↵David Runge2016-06-191-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 Runge2016-06-131-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 Runge2016-05-291-0/+19
| | | | the config Dictionary.
* BowelyzerConfig.sc: Fixing typo and calling validateConfig twice.David Runge2016-05-291-3/+3
|
* First commit of bowelyzer code. Includes Bowelyzer.sc, ↵David Runge2016-05-291-0/+229
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON.