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
/
voctogui
/
lib
/
connection.py
Age
Commit message (
Collapse
)
Author
2016-09-15
voctogui: pep8ify
Florian Zeitz
* Indent by 4 spaces * Use spaces around infix operators * Reformat some argument lists * One import per line * Start line comments with '# ' * Two newlines before free functions * One newline before methods
2016-02-02
use the server-net-clock in the gui
MaZderMind
2016-02-01
cleanup shebang lines
MaZderMind
2016-01-10
always shedule on_loop/on_write on i/o to actively mitigate race-conditions, ↵
MaZderMind
fixes #43
2016-01-10
don't stop scheduling on_loop in case of an input error, #43
MaZderMind
2016-01-06
port better on_loop scheduling to the gui
MaZderMind
2015-11-15
Exit the Mainloop (and End the Program) when the Control-Connection dies, ↵
MaZderMind
fixes #21
2015-11-10
support python32 in ui
MaZderMind
2015-10-05
hide useles log messages
MaZderMind
2015-10-05
implement signal-handler, connect audio-selector to it
MaZderMind
2015-10-05
minor python3-related fix, add a missing import, and fix syntax in audioselector
JP Viljoen
2015-09-05
implement config fetching and switch to async mode
MaZderMind
2015-08-31
make protocol work, some gui stuff
Markus Otto
2015-08-31
basic connection
MaZderMind