aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: ↵David Runge2016-06-195-237/+282
| | | | 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-132-15/+61
| | | | 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.
* BowelyzerAnalyzer.sc: Now only waiting 1 second before starting the Synths ↵David Runge2016-06-081-1/+1
| | | | after defining them.
* BowelyzerOSCHub.sc: Now using OSCdef, to be able to overwrite functionality, ↵David Runge2016-06-081-14/+25
| | | | once ie. the server addresses have changed. Implemented forward function, that forwards incoming OSC message to the globally specified forward address, if it's not send to the local sclang.
* BowelyzerAnalyzer.sc: Making local versions of controls and config obsolete. ↵David Runge2016-05-291-47/+38
| | | | Moving setting of configuration to BowelyzerConfig.sc. Dividing the creation of SynthDefs and Synths by introducing a Routine in init. Now the SynthDefs are created with empty parameters on the server and called with proper parameters from the config, when the Synth is actually created (and added to the synths Dictionary).
* BowelyzerOSCHub.sc: Externalizing the local NetAddresses' generation to a ↵David Runge2016-05-291-6/+11
| | | | function. Making a local copy of the config obsolete. Clarifying TODO.
* 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
|
* 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-296-0/+527
| | | | Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON.
* README.rst: Adding first version of a README.David Runge2016-04-231-0/+37
|
* TODO: Adding TODO file.David Runge2016-04-231-0/+6