We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e745a70 commit 435bc4aCopy full SHA for 435bc4a
1 file changed
presets/Common Wave Combos.md
@@ -1,20 +1,21 @@
1
-##### Garfield Wave
+## Garfield Wave
2
3
*(TriWave/SinWave)\*va*
4
5
6
7
-((2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va/Math.sin(t\*vf)\*va)\*va
+`((2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va/Math.sin(t\*vf)\*va)\*va`
8
9
10
11
-##### Pointy Mountain Wave
+## Pointy Mountain Wave
12
13
*TriWave\*((SinWave+TriWave)/(SqrWave))*
14
15
16
17
-(2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va\*((Math.sin(t\*vf)\*va+(2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va)/(Math.sign(Math.sin(t\*vf))\*va))
+`(2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va\*((Math.sin(t\*vf)\*va+(2/Math.PI)\*Math.asin(Math.sin(2\*t\*vf))\*va)/(Math.sign(Math.sin(t\*vf))\*va))`
18
+
19
20
21
0 commit comments