Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/BowelyzerConfig.sc: Ordering the configuration file alphabetically. | David Runge | 2016-07-10 | 1 | -6/+8 |
| | |||||
* | classes/BowelyzerConfig.sc: Fixing statements regarding configFilePath and ↵ | David Runge | 2016-07-10 | 1 | -5/+3 |
| | | | | path to be more exclusive. Removing unused postln. | ||||
* | classes/BowelyzerConfig.sc: Moving the setting of configFilePath into ↵ | David Runge | 2016-07-09 | 1 | -5/+8 |
| | | | | readConfigurationFile (on success of reading and validating), as this makes outside calls less complicated. Adding the possibility of inserting predefined names, that are not nil, not empty and not yet included in the config, using addInput, instead of relying solely on uniqueIdentifiers. | ||||
* | classes/BowelyzerConfig.sc: Adding functions to add a single input channel ↵ | David Runge | 2016-07-09 | 1 | -1/+23 |
| | | | | with unique identifier (name). Updating comments and TODOs. | ||||
* | classes/BowelyzerConfig.sc: Adding writeConfigurationFile functionality ↵0.5 | David Runge | 2016-07-06 | 1 | -3/+100 |
| | | | | (valid JSON, yay). Adding global configFilePath. Updating hfThreshold ControlSpec to default to 1.0. Removing obsolete comments. | ||||
* | classes/*.sc: Moving all classes to the proper subfolder classes.0.4 | David Runge | 2016-07-03 | 1 | -0/+362 |