fix examples

This commit is contained in:
onyx-and-iris 2023-09-01 11:17:39 +01:00
parent a80e5ae5c9
commit 087b4088e0

View File

@ -198,7 +198,7 @@ The following attributes are available.
example: example:
```ruby ```ruby
vm.strip[0].eq.ab = True vm.strip[0].eq.ab = true
``` ```
Strip EQ parameters are defined for PhysicalStrips, potato version only. Strip EQ parameters are defined for PhysicalStrips, potato version only.
@ -458,7 +458,7 @@ vm.command.showvbanchat = true
example: example:
```ruby ```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 ### FX