mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-07 16:03:30 +00:00
add support for midi devices.
midi example added. minor version bump
This commit is contained in:
@@ -19,6 +19,8 @@ class Observer:
|
||||
f"[{self.vm.bus[4]} {self.vm.bus[4].levels.isdirty}]",
|
||||
)
|
||||
print(" ".join(info))
|
||||
if subject == "midi":
|
||||
print(self.vm.midi.cache)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user