Updated example script to be sure other params work, updated readme and changed channel number from 9 to 8

This commit is contained in:
William Young
2025-06-15 16:59:17 -05:00
parent 4953751c02
commit fe1f4ee324
3 changed files with 23 additions and 2 deletions

View File

@@ -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.