Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BowelyzerAnalyzer.sc: Now only waiting 1 second before starting the Synths ↵ | David Runge | 2016-06-08 | 1 | -1/+1 |
| | | | | after defining them. | ||||
* | BowelyzerOSCHub.sc: Now using OSCdef, to be able to overwrite functionality, ↵ | David Runge | 2016-06-08 | 1 | -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 Runge | 2016-05-29 | 1 | -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 Runge | 2016-05-29 | 1 | -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 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 |
| | |||||
* | 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 | 6 | -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 Runge | 2016-04-23 | 1 | -0/+37 |
| | |||||
* | TODO: Adding TODO file. | David Runge | 2016-04-23 | 1 | -0/+6 |