index
:
omni/voctomix
master
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
voctocore
/
lib
/
controlserver.py
Age
Commit message (
Expand
)
Author
2016-01-11
fix logging in _schedule_write
MaZderMind
2016-01-10
always shedule on_loop/on_write on i/o to actively mitigate race-conditions, ...
MaZderMind
2016-01-10
don't stop scheduling on_loop in case of an input error, #43
MaZderMind
2016-01-06
remove comments and superfluous on_loop call
MaZderMind
2016-01-06
add debugging to de what's going on in the control-server
MaZderMind
2016-01-05
voctocore: controlserver: skip on_loop/on_write when nothing to do
Daniel Gnoutcheff
2015-11-16
deny calling private methods, fixes #22
MaZderMind
2015-11-15
Allow a Command to return multiple notifications
MaZderMind
2015-10-11
support python32
MaZderMind
2015-10-05
hide useles log messages
MaZderMind
2015-09-05
little more debugging
MaZderMind
2015-09-05
lower case logging
MaZderMind
2015-09-02
stylistic changes
MaZderMind
2015-09-02
fix command server when dealing with very short lived connections, like
MaZderMind
2015-09-02
refactor commands and notify code
MaZderMind
2015-08-31
make protocol work, some gui stuff
Markus Otto
2015-08-15
add protocol features and minor fixes
Markus Otto
2015-05-15
Move Class-Level variables to the Instances
MaZderMind
2015-05-14
Signal other Control-Connections when a function was executed
MaZderMind
2015-05-14
Extract TCP Connection handling into separate classes
MaZderMind
2015-05-11
a rudimentary audio pipeline
MaZderMind
2015-05-10
implement side-by-side-equal composition
MaZderMind
2015-05-10
Add controll-server and control mixer
MaZderMind
2014-08-24
basic quadmix impl
MaZderMind
2014-08-22
move code-parts to lib-folder
MaZderMind