| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
been renamed.
|
| |
|
|
|
|
| |
all of the helper functions. Removing useless controlName in toggle message. Bowelyzer.sc: Adding usage of LevelIndicator listener and OSC indicator listener. Separating those from plain listeners for GUI elements. All should now properly survive the renaming of channels. Further clarifying names in setup functions for readability.
|
| |
|
|
|
|
| |
elements. BowelyzerGUI.sc: Adding first version of class for GUI of bowelyzer.
|
|
|
|
| |
for input to Synths.
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
contains (used before with asString).
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
after defining them.
|
|
|
|
| |
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.
|
|
|
|
| |
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).
|
|
|
|
| |
function. Making a local copy of the config obsolete. Clarifying TODO.
|
|
|
|
| |
the config Dictionary.
|
| |
|
|
|
|
| |
parameter to have less confusion and naming conflicts with the global config object.
|
|
|
|
| |
Bowelyzer{Analyzer,Config,OSCHub}.sc, bowelyzer.scd (for help) and darmstadt.json for a standard configuration in JSON.
|
| |
|
|
|