Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/*.sc: Moving all classes to the proper subfolder classes.0.4 | David Runge | 2016-07-03 | 1 | -88/+0 |
| | |||||
* | BowelyzerOSCHub.sc: Removing field names from OSC message. | David Runge | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | BowelyzerOSCHub.sc: Adding local NetAddr to setupNetAddressesFromConfig and ↵ | David Runge | 2016-07-02 | 1 | -2/+2 |
| | | | | making it world-readable. | ||||
* | BowelyzerOSCHub.sc: Adding some named parameters for clarity in OSCdef for ↵ | David Runge | 2016-06-29 | 1 | -5/+5 |
| | | | | the Synth(s). | ||||
* | BowelyzerOSCHub.sc: Adding the the indicator messaging to the forward ↵ | David Runge | 2016-06-29 | 1 | -5/+7 |
| | | | | function. Properly checking if there's actually any audio coming in on the specified channel. If not, don't send any OSC messages. | ||||
* | BowelyzerOSCHub.sc: Introducing a local NetAddr to send indicator messages to. | David Runge | 2016-06-29 | 1 | -2/+6 |
| | |||||
* | BowelyzerOSCHub.sc: Renaming adding function for Synth listener. Creating ↵ | David Runge | 2016-06-22 | 1 | -11/+30 |
| | | | | start/stop/free functions for the OSCdefs. Moving the adding of a single Synth listener to a separate function, to be able to call it separately. | ||||
* | Bowelyzer.sc, BowelyzerAnalyzer.sc, BowelyzerConfig.sc, BowelyzerOSCHub.sc: ↵ | David Runge | 2016-06-19 | 1 | -7/+7 |
| | | | | 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. | ||||
* | 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. | ||||
* | 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. | ||||
* | First commit of bowelyzer code. Includes Bowelyzer.sc, ↵ | David Runge | 2016-05-29 | 1 | -0/+47 |
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON. |