Skip to content

Commit 90aac9d

Browse files
Update Presets.md
Same amplitude division improvement to Drip Wave preset
1 parent f5ee12b commit 90aac9d

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
@@ -176,9 +176,9 @@
176176

177177
## Drip Wave
178178

179-
**GGB:** `(((2)/(π)) sin^(-1)(sin(t vf))+sin^(19)(t vf)) va`
179+
**GGB:** `(((2)/(π)) sin^(-1)(sin(t vf))+sin^(19)(t vf))*((va)/(2))`
180180

181-
**JS:** `(((2)/(Math.PI))*Math.asin(Math.sin(t*vf))+(Math.sin(t*vf))^19)*va`
181+
**JS:** `(((2)/(Math.PI))*Math.asin(Math.sin(t*vf))+(Math.sin(t*vf))^19)*((va)/(2))`
182182

183183

184184

@@ -222,3 +222,4 @@
222222

223223

224224

225+

0 commit comments

Comments
 (0)