Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rev3rend authored Dec 22, 2017
1 parent fcf673c commit d8dff3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ g.harmonics(0.2, [1.0, 0.5, 0.3]); // 1.0686135667536483
g.bpf(0.5, [0, 0, 1, 1, 2, 0]); // 1.

// evaluate the value 3/4ths (0.75) into a hamming window function:
g.window(0.75, "hamming"); 0.5400000000000001
g.window(0.75, "hamming"); // 0.5400000000000001
```
### p5.Gen Example (array filling)
```javascript
Expand Down

0 comments on commit d8dff3d

Please sign in to comment.