mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-04-04 12:43:52 +01:00
add pypi badge to readme
This commit is contained in:
parent
aeb437943a
commit
055749e8ac
@ -1,3 +1,4 @@
|
|||||||
|
[](https://badge.fury.io/py/voicemeeter-api)
|
||||||
[](https://github.com/onyx-and-iris/voicemeeter-api-python/blob/dev/LICENSE)
|
[](https://github.com/onyx-and-iris/voicemeeter-api-python/blob/dev/LICENSE)
|
||||||
[](https://github.com/psf/black)
|
[](https://github.com/psf/black)
|
||||||
[](https://pycqa.github.io/isort/)
|
[](https://pycqa.github.io/isort/)
|
||||||
@ -50,7 +51,7 @@ class ManyThings:
|
|||||||
self.vm.strip[0].label = "podmic"
|
self.vm.strip[0].label = "podmic"
|
||||||
self.vm.strip[0].mute = True
|
self.vm.strip[0].mute = True
|
||||||
print(
|
print(
|
||||||
f"strip 0 ({self.vm.strip[0].label}) has been set to {self.vm.strip[0].mute}"
|
f"strip 0 ({self.vm.strip[0].label}) label has been set to {self.vm.strip[0].mute}"
|
||||||
)
|
)
|
||||||
|
|
||||||
def other_things(self):
|
def other_things(self):
|
||||||
|
@ -9,7 +9,7 @@ class ManyThings:
|
|||||||
self.vm.strip[0].label = "podmic"
|
self.vm.strip[0].label = "podmic"
|
||||||
self.vm.strip[0].mute = True
|
self.vm.strip[0].mute = True
|
||||||
print(
|
print(
|
||||||
f"strip 0 ({self.vm.strip[0].label}) has been set to {self.vm.strip[0].mute}"
|
f"strip 0 ({self.vm.strip[0].label}) label has been set to {self.vm.strip[0].mute}"
|
||||||
)
|
)
|
||||||
|
|
||||||
def other_things(self):
|
def other_things(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user