aboutsummaryrefslogtreecommitdiffstats
path: root/BowelyzerAnalyzer.sc
Commit message (Collapse)AuthorAgeFilesLines
* BowelyzerAnalyzer.sc: Extending startSynthWithNameAndControls by conditional ↵David Runge2016-06-301-23/+52
| | | | on \active state of the input and thus whether to start it normally or paused.
* BowelyzerAnalyzer.sc: Further deviding functionality by moving adding and ↵David Runge2016-06-221-78/+114
| | | | starting (alongside stopping, toggling) of Synths to their own sub functions. Adding input channel as separate argument to the analysis synths. Adding separate SendReply Ugen for LevelIndicator in GUI.
* Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: ↵David Runge2016-06-191-27/+25
| | | | 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-2/+2
| | | | 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.
* 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).
* First commit of bowelyzer code. Includes Bowelyzer.sc, ↵David Runge2016-05-291-0/+155
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON.