Browse Source

Update API documentation.

tags/v1.1.1
Andrew Belt 5 years ago
parent
commit
b73182899b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -67,7 +67,7 @@ function process(block) {
*/
block.outputs[i][bufferIndex] // 0.0

/** Value of the knob of column `i`. Between 0 and 1. Read-only.
/** Value of the knob of column `i`. Between 0 and 1. Writable.
*/
block.knobs[i] // 0.0



Loading…
Cancel
Save