mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 12:33:34 +00:00
add, remove now accept iterables
update README patch bump
This commit is contained in:
14
README.md
14
README.md
@@ -629,6 +629,20 @@ example:
|
||||
vm.event.ldirty = True
|
||||
|
||||
vm.event.pdirty = False
|
||||
```
|
||||
|
||||
Or add, remove a list of events.
|
||||
|
||||
The following methods are available:
|
||||
|
||||
- `add()`
|
||||
- `remove()`
|
||||
- `get()`
|
||||
|
||||
example:
|
||||
|
||||
```python
|
||||
vm.event.remove(["pdirty", "mdirty", "midi"])
|
||||
|
||||
# get a list of currently subscribed
|
||||
print(vm.event.get())
|
||||
|
||||
Reference in New Issue
Block a user