remove underscore from package name and add readme

remove underscore from package name and add readme
This commit is contained in:
onyx-and-iris
2022-03-04 14:22:54 +00:00
parent 85f74b20cb
commit e4da797657
2 changed files with 152 additions and 0 deletions

11
examples/gui/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Simple Tkinter GUI
Since Tkinter is packaged with Python 3.9 for Windows you should be able to run this example with nothing more than
Python on your system.
This app demonstrates strips only across all three Voicemeeter versions with very limited control.
### Notes
Ensure VBAN is enabled and the TEXT incoming stream is configured and ON.
Since the vbancmd interface implements both the TEXT sub protocol and the RT Packet service it's possible that an incorrect configuration
may result in odd behaviour, such as getters working but setters not. For example, you may see the levels change but be unable to effect
the gain sliders when moving them.