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
/
commands.py
Age
Commit message (
Collapse
)
Author
2016-09-15
voctocore: pep8ify
Florian Zeitz
* Indent by 4 spaces * Reformat some argument lists * Two newlines before free functions * One newline before methods * Spaces around infix operators
2016-08-28
accept exit as an alias to quit on the contro-server, fixes #95
MaZderMind
2016-08-16
document control-server commands
MaZderMind
2016-08-16
add an introspection based help-command to the control-server, fixes #59
MaZderMind
2016-08-04
make core send a update on the buttons when switching composite modes
derpeter
2016-02-01
cleanup shebang lines
MaZderMind
2015-11-15
Add a Command to set video-sources and composition-mode at the same time, #11
MaZderMind
2015-09-05
change set_composite command back to set_composite_mode
MaZderMind
2015-09-05
return a correct response from a get_config call
MaZderMind
2015-09-02
change reponse to snake-case, too; fix some commands
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-06-16
Implement Stream-Blanker
MaZderMind
2015-05-25
Implement Messages as Client-to-Client Communication
MaZderMind
2015-05-15
Move Class-Level variables to the Instances
MaZderMind
I should really learn python…
2015-05-14
Implement an Audio-Mixer
MaZderMind
2015-05-14
Re-Enable Video-Mixing capabilities and implement dummy Audio-Mixer
MaZderMind
2015-05-13
experiment with transporting uncompressed a/v together in a matroska stream
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