index
:
bowelyzer.git
master
Audio analyzer to OSC sender
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
classes/BowelyzerGUI.sc: Adding function to set the TextField of a given chan...
David Runge
2016-07-10
1
-0
/
+26
*
classes/BowelyzerGUI.sc: Refactoring the initialization and removal of config...
David Runge
2016-07-10
1
-21
/
+36
*
classes/BowelyzerConfig.sc: Ordering the configuration file alphabetically.
David Runge
2016-07-10
1
-6
/
+8
*
classes/BowelyzerGUI.sc: Implementing channel selector as EZPopUpMenu. Provid...
David Runge
2016-07-10
2
-49
/
+93
*
classes/BowelyzerConfig.sc: Fixing statements regarding configFilePath and pa...
David Runge
2016-07-10
1
-5
/
+3
*
classes/BowelyzerGUI.sc: Introducing a short wait, before setting up headView...
0.7.5
David Runge
2016-07-09
1
-9
/
+12
*
classes/Bowelyzer.sc: Moving the freeing of Synths up in the chain when calli...
David Runge
2016-07-09
1
-4
/
+4
*
classes/BowelyzerAnalyzer.sc: Making Synth removal more verbose.
David Runge
2016-07-09
1
-0
/
+1
*
classes/Bowelyzer.sc: Refactoring functionality from /free and /add OSCdefs i...
0.7
David Runge
2016-07-09
1
-51
/
+102
*
classes/BowelyzerConfig.sc: Moving the setting of configFilePath into readCon...
David Runge
2016-07-09
1
-5
/
+8
*
classes/BowelyzerGUI.sc: Refactoring the creation and removal of addresses an...
David Runge
2016-07-09
1
-34
/
+76
*
classes/BowelyzerOSCHub.sc: Adding description.
David Runge
2016-07-09
1
-0
/
+2
*
classes/BowelyzerAnalyzer.sc: Refactoring Routine with add and start of Synth...
David Runge
2016-07-09
1
-5
/
+9
*
classes/Bowelyzer.sc: Adding OSCdef for adding new channel. Including the add...
0.6
David Runge
2016-07-09
1
-2
/
+33
*
classes/BowelyzerGUI.sc: Adding Button to add a new channel and adding its si...
David Runge
2016-07-09
1
-82
/
+111
*
classes/BowelyzerConfig.sc: Adding functions to add a single input channel wi...
David Runge
2016-07-09
1
-1
/
+23
*
classes/Bowelyzer.sc: Adding /free OSC listener, to be able to close channels...
David Runge
2016-07-08
2
-34
/
+127
*
classes/BowelyzerConfig.sc: Adding writeConfigurationFile functionality (vali...
0.5
David Runge
2016-07-06
1
-3
/
+100
*
classes/BowelyzerGUI.sc: Updating to correct fileMode in save button. Adding ...
David Runge
2016-07-06
1
-1
/
+2
*
classes/Bowelyzer.sc: Adding OSCdefs for saving and loading of configuration ...
David Runge
2016-07-06
1
-5
/
+19
*
classes/BowelyzerOSCHub.sc: Streamlining the output of a local forward. Fixin...
David Runge
2016-07-05
1
-2
/
+2
*
classes/*.sc: Moving all classes to the proper subfolder classes.
0.4
David Runge
2016-07-03
5
-0
/
+0
*
BowelyzerGUI.sc: Externalizing many recurring and default values into variabl...
David Runge
2016-07-03
1
-67
/
+136
*
Bowelyzer.sc: Adding a FIXME for TextField reset on name exists.
David Runge
2016-07-03
1
-0
/
+1
*
BowelyzerConfig.sc: Properly structurizing controlsWithRanger and controlsWit...
David Runge
2016-07-03
1
-3
/
+7
*
BowelyzerOSCHub.sc: Removing field names from OSC message.
David Runge
2016-07-03
1
-1
/
+1
*
README.rst: Adding information about bowelyzer output, how to and where to in...
David Runge
2016-07-03
1
-6
/
+71
*
Bowelyzer.sc: Implementing OSCdef listener for address, port, save and load. ...
David Runge
2016-07-02
1
-0
/
+58
*
Unifying port and address messages to only need one OSCdef on the receiving s...
David Runge
2016-07-02
1
-8
/
+10
*
BowelyzerOSCHub.sc: Adding local NetAddr to setupNetAddressesFromConfig and m...
David Runge
2016-07-02
1
-2
/
+2
*
BowelyzerGUI.sc: Adding save/load Buttons in a separate configView in setting...
David Runge
2016-07-01
1
-47
/
+150
*
BowelyzerGUI.sc: Adding settingsView with some minor fields for hub, forward ...
David Runge
2016-06-30
1
-21
/
+70
*
BowelyzerConfig.sc: Adding ControlSpec for ports.
David Runge
2016-06-30
1
-0
/
+1
*
Bowelyzer.sc: Simplifying calls to setupLevelListener. Adding comments. Addin...
0.3
David Runge
2016-06-30
1
-6
/
+13
*
BowelyzerAnalyzer.sc: Extending startSynthWithNameAndControls by conditional ...
David Runge
2016-06-30
1
-23
/
+52
*
darmstadt.json: Extending the (still very default) configuration by the \acti...
David Runge
2016-06-30
1
-0
/
+2
*
BowelyzerConfig.sc: Extending the controls by an \active flag, indicating whe...
David Runge
2016-06-30
1
-5
/
+17
*
BowelyzerOSCHub.sc: Adding some named parameters for clarity in OSCdef for th...
David Runge
2016-06-29
1
-5
/
+5
*
BowelyzerGUI.sc: Speeding up fadeout time for the OSC indicator further.
David Runge
2016-06-29
1
-1
/
+1
*
Bowelyzer.sc: Removing useless conditional as range and type are clear anyways.
David Runge
2016-06-29
1
-6
/
+4
*
BowelyzerOSCHub.sc: Adding the the indicator messaging to the forward functio...
David Runge
2016-06-29
1
-5
/
+7
*
Bowelyzer.sc: Actually remove the Synth from the dictionary, when it has been...
David Runge
2016-06-29
1
-0
/
+1
*
TODO: Removing TODO. *Everything* has been achieved... ;-)
David Runge
2016-06-29
1
-6
/
+0
*
BowelyzerGUI.sc: Moving LevelIndicator listener to Bowelyzer.sc. Removing all...
David Runge
2016-06-29
2
-89
/
+114
*
BowelyzerOSCHub.sc: Introducing a local NetAddr to send indicator messages to.
David Runge
2016-06-29
1
-2
/
+6
*
Bowelyzer.sc: Adding functionality to listen for OSC messages sent by GUI ele...
0.2
David Runge
2016-06-22
2
-1
/
+444
*
BowelyzerConfig.sc: Fixing pitchDownSample ControlSpec. Adding ControlSpec fo...
David Runge
2016-06-22
1
-1
/
+2
*
BowelyzerOSCHub.sc: Renaming adding function for Synth listener. Creating sta...
David Runge
2016-06-22
1
-11
/
+30
*
BowelyzerAnalyzer.sc: Further deviding functionality by moving adding and sta...
David Runge
2016-06-22
1
-78
/
+114
*
BowelyzerConfig.sc: Changing for proper usage of includes instead of contains...
0.1
David Runge
2016-06-19
1
-3
/
+3
[next]