Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes/BowelyzerOSCHub.sc: Adding description. | David Runge | 2016-07-09 | 1 | -0/+2 |
| | |||||
* | classes/BowelyzerAnalyzer.sc: Refactoring Routine with add and start of ↵ | David Runge | 2016-07-09 | 1 | -5/+9 |
| | | | | Synths into separate function, which is more convenient for outside calls. | ||||
* | classes/Bowelyzer.sc: Adding OSCdef for adding new channel. Including the ↵0.6 | David Runge | 2016-07-09 | 1 | -2/+33 |
| | | | | add channel Button width to width for resizing of channelContainerView on channel deletion. | ||||
* | classes/BowelyzerGUI.sc: Adding Button to add a new channel and adding its ↵ | David Runge | 2016-07-09 | 1 | -82/+111 |
| | | | | size to the width of channelContainerView. Refactoring channel creation into a single function. Fixing the use of EZSlider by setting a orientation for the Slider object after creation. | ||||
* | classes/BowelyzerConfig.sc: Adding functions to add a single input channel ↵ | David Runge | 2016-07-09 | 1 | -1/+23 |
| | | | | with unique identifier (name). Updating comments and TODOs. | ||||
* | classes/Bowelyzer.sc: Adding /free OSC listener, to be able to close ↵ | David Runge | 2016-07-08 | 2 | -34/+127 |
| | | | | channels. Moving the update functionality for LevelIndicators to BowelyzerGUI.sc. Naming OSCdefs properly using Symbols. classes/BowelyzerGUI.sc: Adding close Button for each channel. Adding free function for the OSC indicator fadeout Tasks. Naming more objects, if possible. | ||||
* | classes/BowelyzerConfig.sc: Adding writeConfigurationFile functionality ↵0.5 | David Runge | 2016-07-06 | 1 | -3/+100 |
| | | | | (valid JSON, yay). Adding global configFilePath. Updating hfThreshold ControlSpec to default to 1.0. Removing obsolete comments. | ||||
* | classes/BowelyzerGUI.sc: Updating to correct fileMode in save button. Adding ↵ | David Runge | 2016-07-06 | 1 | -1/+2 |
| | | | | TODO for inactive Button states. | ||||
* | classes/Bowelyzer.sc: Adding OSCdefs for saving and loading of configuration ↵ | David Runge | 2016-07-06 | 1 | -5/+19 |
| | | | | file. | ||||
* | classes/BowelyzerOSCHub.sc: Streamlining the output of a local forward. ↵ | David Runge | 2016-07-05 | 1 | -2/+2 |
| | | | | Fixing onsetDetect value. | ||||
* | classes/*.sc: Moving all classes to the proper subfolder classes.0.4 | David Runge | 2016-07-03 | 5 | -0/+1446 |