Skip to content

Commit f5ee12b

Browse files
Update Presets.md
Improve the Lightning Wave preset with a slight change to divide amplitude variable by 3
1 parent 597c9d8 commit f5ee12b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

presets/Presets.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@
168168

169169
## Lightning Wave
170170

171-
**GGB:** `(sin^(5)(t vf*2)+sin(t vf)-sin^(-1)(sin(t vf*2)) sin^(-1)(cos(t vf*2))-sin(tan(t vf*9))) va`
171+
**GGB:** `(sin^(5)(t vf*2)+sin(t vf)-sin^(-1)(sin(t vf*2)) sin^(-1)(cos(t vf*2))-sin(tan(t vf*9)))*((va)/(3))`
172172

173-
**JS:** `((Math.sin(t*vf*2)**5)+Math.sin(t*vf)-Math.asin(Math.sin(t*vf*2))*Math.asin(Math.cos(t*vf*2))-Math.sin(Math.tan(t*vf*9)))*va`
173+
**JS:** `((Math.sin(t*vf*2)**5)+Math.sin(t*vf)-Math.asin(Math.sin(t*vf*2))*Math.asin(Math.cos(t*vf*2))-Math.sin(Math.tan(t*vf*9)))*((va)/(3))`
174174

175175

176176

@@ -221,3 +221,4 @@
221221
**JS:** `Math.sin(Math.tan(t*vf)*Math.sign(Math.cos(t*99999*vf)))*va`
222222

223223

224+

0 commit comments

Comments
 (0)