+ PyCalfWidgets: first quick and dirty version of python wrappers (only VU meter...
commitfc79167651f18d19049615ef982b7a08f9b3bdfa
authorKrzysztof Foltman <kfoltman@ubuntu.(none)>
Sun, 2 Nov 2008 22:48:13 +0000 (2 22:48 +0000)
committerKrzysztof Foltman <kfoltman@ubuntu.(none)>
Sun, 2 Nov 2008 22:48:13 +0000 (2 22:48 +0000)
tree3b86ab683feced21616b72dc9ec0ea2479f98922
parent936c42cf028356454b2759580def8a6814123903
+ PyCalfWidgets: first quick and dirty version of python wrappers (only VU meter and LED kind of work, knob is incomplete, the rest isn't even started), breaks existing dependent code too
15 files changed:
Makefile.am
configure.ac
examples/knob.py [new file with mode: 0644]
examples/led.py [new file with mode: 0644]
examples/vumeter.py [new file with mode: 0644]
pywrap/Makefile.am [new file with mode: 0644]
pywrap/pywrap.override [new file with mode: 0644]
src/Makefile.am
src/calfwidgets/Makefile.am
src/calfwidgets/keyboard.h
src/calfwidgets/knob.h
src/calfwidgets/led.h
src/calfwidgets/vumeter.h
src/knob.cpp
src/vumeter.cpp