You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04-fx.md
+27-12Lines changed: 27 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,8 @@ gain (the volume of the sound)
27
27
| >-----------------------> v
28
28
panning hall (stereo reverb)
29
29
|| ||
30
-
double ||
31
-
(automated double tracking ||
32
-
/chorus) ||
30
+
double / chorus ||
31
+
|| ||
33
32
|| <====================== <<
34
33
lfo
35
34
(low frequency oscillator)
@@ -121,6 +120,30 @@ You can provide extra arguments to have the filter modulate between a low and hi
121
120
new synth saw note(00) fx(filter low 1/410035000.5504)
122
121
```
123
122
123
+
## double / chorus
124
+
125
+
Add an Automated-Double-Tracking (ADT) or Chorus effect to the sound. When only typing double it will sound like two versions of the sound are left and right. When typing chorus the original sound is added and the delaytimes are longer. Arguments are the modulation speed in division, the modulation depth in milliseconds, the modulation wave `sine` or `random`, the wet-dry ratio between `0` and `1` and a detune factor between left and right modulation wave in floating.
126
+
127
+
**arguments**
128
+
- {Division} -> modulation rate (default=4/1)
129
+
- {Number+} -> modulation depth in ms (default=8 for double, default=45 for chorus)
130
+
- {Name} -> modulation wave, sine or random (default=random)
131
+
- {Float+} -> wet-dry (default=1 for double, default=0 for chorus)
Create an FFT-freeze effect on the sound. This will result in a "frozen-in-time"-like sound, where the timbre is still clearly audible. The freezer is triggered at the time interval of the `time()` function. The trigger can be set with a float to give it a probability of triggering, or a ring can be provided to let the freezing occor in a rhythmic pattern. The second optional argument determines the sliding time between 2 freeze frames (in n-frames), and the third optional argument sets the amount of frames to store.
@@ -211,12 +234,4 @@ Add an Low Frequency Oscillator effect to the sound.
211
234
212
235
```
213
236
fx(lfo <time-division>)
214
-
```
215
-
216
-
## double
217
-
218
-
Add an Automated-Double-Tracking (ADT) effect to the sound. This will give the effect as if there were two of the same sounds, one left and one right.
0 commit comments