summaryrefslogtreecommitdiff
path: root/examples/deltapxw.csd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/deltapxw.csd')
-rw-r--r--examples/deltapxw.csd4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/deltapxw.csd b/examples/deltapxw.csd
index c529cbc..3395aab 100644
--- a/examples/deltapxw.csd
+++ b/examples/deltapxw.csd
@@ -19,10 +19,10 @@ a1 phasor 300
a1 = a1 - 0.5
a_ delayr 1
adel phasor 4
-adel = sin (2 * 3.14159265 * adel) * 0.01 + 0.2
+adel = sin(2 * 3.14159265 * adel) * 0.01 + 0.2
deltapxw a1, adel, 32
adel phasor 2
-adel = sin (2 * 3.14159265 * adel) * 0.01 + 0.2
+adel = sin(2 * 3.14159265 * adel) * 0.01 + 0.2
deltapxw a1, adel, 32
adel = 0.3
a2 deltapx adel, 32