We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf673c commit d8dff3dCopy full SHA for d8dff3d
README.md
@@ -55,7 +55,7 @@ g.harmonics(0.2, [1.0, 0.5, 0.3]); // 1.0686135667536483
55
g.bpf(0.5, [0, 0, 1, 1, 2, 0]); // 1.
56
57
// evaluate the value 3/4ths (0.75) into a hamming window function:
58
-g.window(0.75, "hamming"); 0.5400000000000001
+g.window(0.75, "hamming"); // 0.5400000000000001
59
```
60
### p5.Gen Example (array filling)
61
```javascript
0 commit comments