mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
fix examples
This commit is contained in:
parent
a80e5ae5c9
commit
087b4088e0
@ -198,7 +198,7 @@ The following attributes are available.
|
||||
example:
|
||||
|
||||
```ruby
|
||||
vm.strip[0].eq.ab = True
|
||||
vm.strip[0].eq.ab = true
|
||||
```
|
||||
|
||||
Strip EQ parameters are defined for PhysicalStrips, potato version only.
|
||||
@ -458,7 +458,7 @@ vm.command.showvbanchat = true
|
||||
example:
|
||||
|
||||
```ruby
|
||||
vm.run { (0...vm.device.ins).each { puts vm.device.input(_1) } }
|
||||
vm.run { |vm| (0...vm.device.ins).each { puts vm.device.input(_1) } }
|
||||
```
|
||||
|
||||
### FX
|
||||
|
Loading…
Reference in New Issue
Block a user