aboutsummaryrefslogtreecommitdiffstats
path: root/BowelyzerOSCHub.sc
Commit message (Collapse)AuthorAgeFilesLines
* BowelyzerOSCHub.sc: Removing field names from OSC message.David Runge2016-07-031-1/+1
|
* BowelyzerOSCHub.sc: Adding local NetAddr to setupNetAddressesFromConfig and ↵David Runge2016-07-021-2/+2
| | | | making it world-readable.
* BowelyzerOSCHub.sc: Adding some named parameters for clarity in OSCdef for ↵David Runge2016-06-291-5/+5
| | | | the Synth(s).
* BowelyzerOSCHub.sc: Adding the the indicator messaging to the forward ↵David Runge2016-06-291-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 Runge2016-06-291-2/+6
|
* BowelyzerOSCHub.sc: Renaming adding function for Synth listener. Creating ↵David Runge2016-06-221-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 Runge2016-06-191-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 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.
* 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.
* First commit of bowelyzer code. Includes Bowelyzer.sc, ↵David Runge2016-05-291-0/+47
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON.