mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 12:33:34 +00:00
Updated example script to be sure other params work, updated readme and changed channel number from 9 to 8
This commit is contained in:
17
README.md
17
README.md
@@ -292,6 +292,23 @@ example:
|
||||
vm.bus[3].eq.on = True
|
||||
```
|
||||
|
||||
##### Bus.EQ.Channel.Cell
|
||||
|
||||
The following properties are available.
|
||||
|
||||
- `on`: boolean
|
||||
- `type`: int
|
||||
- `f`: float
|
||||
- `gain`: float
|
||||
- `q`: quality
|
||||
|
||||
example:
|
||||
|
||||
```python
|
||||
vm.bus[3].eq.channel[0].cell[2].on = True
|
||||
vm.bus[3].eq.channel[0].cell[2].f = 5000
|
||||
```
|
||||
|
||||
##### Bus.Modes
|
||||
|
||||
The following properties are available.
|
||||
|
||||
Reference in New Issue
Block a user