From 0fd4f496701fa26bf80a74b864afcc13f1616cdd Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 27 Jul 2023 22:38:29 +0100 Subject: [PATCH] reword --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9add425..1d37445 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,7 @@ vm.run { (0...vm.device.ins).each { puts vm.device.input(_1) } } ### Fx.Reverb | Fx.Delay -The following properties are available: +The following attributes are available: - `on`: boolean - `ab`: boolean @@ -480,7 +480,7 @@ vm.fx.delay.ab = true ### Patch -The following properties are available: +The following attributes are available: - `postfadercomposite`: boolean - `postfxinsert`: boolean @@ -544,7 +544,7 @@ i, from 0 up to number of channels depending on version. ### Option -The following properties are available: +The following attributes are available: - `sr`: int - `asiosr`: boolean @@ -559,7 +559,7 @@ vm.option.sr = 48_000 #### Option.buffer -The following properties are available: +The following attributes are available: - `mme`: int - `wdm`: int