Skip to content

Commit 9d8c27b

Browse files
Add new preset
Update Presets.md to include new "Noisy Infinity Wave" preset
1 parent 647c689 commit 9d8c27b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

presets/Presets.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,13 @@
211211
**GGB:** `sin(tan(cos(t vf)) sgn(sin(t*3 vf))) va`
212212

213213
**JS:** `Math.sin(Math.tan(Math.cos(t*vf))*Math.sign(Math.sin(t*3*vf)))*va`
214+
215+
216+
217+
## Noisy Infinity Wave
218+
219+
**GGB:** `sin(tan(t vf) sgn(cos(t*99999 vf))) va`
220+
221+
**JS:** `Math.sin(Math.tan(t*vf)*Math.sign(Math.cos(t*99999*vf)))*va`
222+
223+

0 commit comments

Comments
 (0)