Skip to content

Commit 710107f

Browse files
committed
Remove references to unsavoury language.
1 parent 09004b4 commit 710107f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ Have fun and happy live coding!
14651465
* Add check to ensure BPM is a positive value.
14661466
* `density` has now been taught to handle values between 0 and 1 which
14671467
will now stretch time for the specified block.
1468-
* Errors now no longer print out crazy print version of context object
1468+
* Errors now no longer print out unusual print version of context object
14691469
i.e. #<SonicPiSpiderUser1:0x007fc82e1f79a0>
14701470
* Both `in_thread` and `live_loop` have now learned the `delay:` opt
14711471
which will delay the initial execution by the specified number of

app/server/ruby/lib/sonicpi/synths/synthinfo.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ def synth_name
11691169
end
11701170

11711171
def doc
1172-
"A sine wave with a fundamental frequency which is modulated at audio rate by another sine wave with a specific modulation, division and depth. Useful for generating a wide range of sounds by playing with the divisor and depth params. Great for deep powerful bass and crazy 70s sci-fi sounds."
1172+
"A sine wave with a fundamental frequency which is modulated at audio rate by another sine wave with a specific modulation, division and depth. Useful for generating a wide range of sounds by playing with the divisor and depth params. Great for deep powerful bass and fun 70s sci-fi sounds."
11731173
end
11741174

11751175
def arg_defaults
@@ -1263,7 +1263,7 @@ def synth_name
12631263
end
12641264

12651265
def doc
1266-
"The FM synth modulating between two notes - the duration of the modulation can be modified using the mod_phase arg, the range (number of notes jumped between) by the mod_range arg and the width of the jumps by the mod_width param. The FM synth is a sine wave with a fundamental frequency which is modulated at audio rate by another sine wave with a specific modulation, division and depth. Useful for generating a wide range of sounds by playing with the `:divisor` and `:depth` params. Great for deep powerful bass and crazy 70s sci-fi sounds."
1266+
"The FM synth modulating between two notes - the duration of the modulation can be modified using the mod_phase arg, the range (number of notes jumped between) by the mod_range arg and the width of the jumps by the mod_width param. The FM synth is a sine wave with a fundamental frequency which is modulated at audio rate by another sine wave with a specific modulation, division and depth. Useful for generating a wide range of sounds by playing with the `:divisor` and `:depth` params. Great for deep powerful bass and fun 70s sci-fi sounds."
12671267
end
12681268

12691269
def arg_defaults
@@ -5798,7 +5798,7 @@ def on_start(studio, args_h)
57985798
end
57995799

58005800
def doc
5801-
"Versatile wobble FX. Will repeatedly modulate a range of filters (rlpf, rhpf) between two cutoff values using a range of control wave forms (saw, pulse, tri, sine). You may alter the phase duration of the wobble, and the resonance of the filter. Combines well with the dsaw synth for crazy dub wobbles. Cutoff value is at cutoff_min at the start of phase"
5801+
"Versatile wobble FX. Will repeatedly modulate a range of filters (rlpf, rhpf) between two cutoff values using a range of control wave forms (saw, pulse, tri, sine). You may alter the phase duration of the wobble, and the resonance of the filter. Combines well with the dsaw synth for fun dub wobbles. Cutoff value is at cutoff_min at the start of phase"
58025802
end
58035803

58045804
def arg_defaults

0 commit comments

Comments
 (0)