aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README.rst: Adding requirements. Updating features by naming externalized UGens.HEAD1.0masterDavid Runge2016-07-261-0/+18
* classes/BowelyzerGUI.sc: Make width of controlsGroupButton dependant on its a...David Runge2016-07-251-2/+1
* classes/Bowelyzer.sc: Adding the forwarding of OSC messages per channels depe...David Runge2016-07-251-2/+15
* classes/BowelyzerGUI.sc: Adding a CheckBox to the general controls of the cha...David Runge2016-07-251-0/+16
* classes/BowelyzerConfig.sc: Adding a Bool to the defaultControls for indicati...David Runge2016-07-251-2/+4
* classes/BowelyzerOSCHub.sc: Removing class, as it's now merged into the main ...David Runge2016-07-241-90/+0
* classes/Bowelyzer.sc: Merging classes/BowelyzerOSCHub.sc into classes/Bowelyz...David Runge2016-07-241-24/+92
* classes/BowelyzerGUI.sc: Updating the setupEZRanger function to draw its chil...David Runge2016-07-241-11/+22
* classes/Bowelyzer.sc: Extending the OSCdef for /controls to also handle contr...David Runge2016-07-241-4/+16
* classes/BowelyzerConfig.sc: Adding freqRange with default values to he defaul...David Runge2016-07-241-2/+13
* classes/BowelyzerGUI.sc: Adding BowelyzerConfig class constants for GUI contr...David Runge2016-07-241-25/+30
* classes/BowelyzerConfig.sc: Adding GUI constants for grouping of controls.David Runge2016-07-241-0/+13
* classes/BowelyzerGUI.sc: Moving channel controls to respective groups for the...0.9David Runge2016-07-191-71/+160
* classes/BowelyzerGUI.sc: Setting channel View names type String, too. classes...David Runge2016-07-142-7/+4
* classes/Bowelyzer.sc: Adding OSCdef for toggle_all message to toggle all chan...David Runge2016-07-141-0/+29
* classes/BowelyzerGUI.sc: Setting all View names to type String (eliminating m...David Runge2016-07-141-22/+96
* classes/BowelyzerGUI.sc: Refactoring setupAddressesAndPorts into setupSynthSe...0.8David Runge2016-07-142-57/+129
* classes/BowelyzerConfig.sc: Updating writeConfigurationFile to return true on...David Runge2016-07-141-2/+3
* classes/Bowelyzer.sc: Refactoring all GUI functions, formerly using defer to ...David Runge2016-07-102-254/+271
* classes/Bowelyzer.sc: Adding support for rename prevention, if the name is al...David Runge2016-07-101-3/+9
* classes/BowelyzerGUI.sc: Adding function to set the TextField of a given chan...David Runge2016-07-101-0/+26
* classes/BowelyzerGUI.sc: Refactoring the initialization and removal of config...David Runge2016-07-101-21/+36
* classes/BowelyzerConfig.sc: Ordering the configuration file alphabetically.David Runge2016-07-101-6/+8
* classes/BowelyzerGUI.sc: Implementing channel selector as EZPopUpMenu. Provid...David Runge2016-07-102-49/+93
* classes/BowelyzerConfig.sc: Fixing statements regarding configFilePath and pa...David Runge2016-07-101-5/+3
* classes/BowelyzerGUI.sc: Introducing a short wait, before setting up headView...0.7.5David Runge2016-07-091-9/+12
* classes/Bowelyzer.sc: Moving the freeing of Synths up in the chain when calli...David Runge2016-07-091-4/+4
* classes/BowelyzerAnalyzer.sc: Making Synth removal more verbose.David Runge2016-07-091-0/+1
* classes/Bowelyzer.sc: Refactoring functionality from /free and /add OSCdefs i...0.7David Runge2016-07-091-51/+102
* classes/BowelyzerConfig.sc: Moving the setting of configFilePath into readCon...David Runge2016-07-091-5/+8
* classes/BowelyzerGUI.sc: Refactoring the creation and removal of addresses an...David Runge2016-07-091-34/+76
* classes/BowelyzerOSCHub.sc: Adding description.David Runge2016-07-091-0/+2
* classes/BowelyzerAnalyzer.sc: Refactoring Routine with add and start of Synth...David Runge2016-07-091-5/+9
* classes/Bowelyzer.sc: Adding OSCdef for adding new channel. Including the add...0.6David Runge2016-07-091-2/+33
* classes/BowelyzerGUI.sc: Adding Button to add a new channel and adding its si...David Runge2016-07-091-82/+111
* classes/BowelyzerConfig.sc: Adding functions to add a single input channel wi...David Runge2016-07-091-1/+23
* classes/Bowelyzer.sc: Adding /free OSC listener, to be able to close channels...David Runge2016-07-082-34/+127
* classes/BowelyzerConfig.sc: Adding writeConfigurationFile functionality (vali...0.5David Runge2016-07-061-3/+100
* classes/BowelyzerGUI.sc: Updating to correct fileMode in save button. Adding ...David Runge2016-07-061-1/+2
* classes/Bowelyzer.sc: Adding OSCdefs for saving and loading of configuration ...David Runge2016-07-061-5/+19
* classes/BowelyzerOSCHub.sc: Streamlining the output of a local forward. Fixin...David Runge2016-07-051-2/+2
* classes/*.sc: Moving all classes to the proper subfolder classes.0.4David Runge2016-07-035-0/+0
* BowelyzerGUI.sc: Externalizing many recurring and default values into variabl...David Runge2016-07-031-67/+136
* Bowelyzer.sc: Adding a FIXME for TextField reset on name exists.David Runge2016-07-031-0/+1
* BowelyzerConfig.sc: Properly structurizing controlsWithRanger and controlsWit...David Runge2016-07-031-3/+7
* BowelyzerOSCHub.sc: Removing field names from OSC message.David Runge2016-07-031-1/+1
* README.rst: Adding information about bowelyzer output, how to and where to in...David Runge2016-07-031-6/+71
* Bowelyzer.sc: Implementing OSCdef listener for address, port, save and load. ...David Runge2016-07-021-0/+58
* Unifying port and address messages to only need one OSCdef on the receiving s...David Runge2016-07-021-8/+10
* BowelyzerOSCHub.sc: Adding local NetAddr to setupNetAddressesFromConfig and m...David Runge2016-07-021-2/+2