Skip to content

Commit

Permalink
Merge pull request #341 from hectorgonzalezo/topic/GreyholeRaw_typo
Browse files Browse the repository at this point in the history
DEINDUGens HelpSource: Remove unnecessary text
  • Loading branch information
dyfer authored Sep 30, 2022
2 parents bf4ab33 + 49b4e76 commit bb4e729
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/DEINDUGens/sc/HelpSource/Classes/GreyholeRaw.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ CLASSMETHODS::
private:: categories

METHOD:: ar
*ar { | in1, in2, damping(0.0), delaytime(2.0), diffusion(0.5), feedback(0.9), moddepth(0.1), modfreq(2.0), size(1.0) |
^this.multiNew('audio', in1, in2, damping, delaytime, diffusion, feedback, moddepth, modfreq, size)


argument::in1
Left channel
Expand Down Expand Up @@ -53,4 +50,4 @@ a plot:
code:: { LFPulse.ar(Line.kr(100, 800, 0.1)) }.plot(0.1); ::

50 Hz wave:
code:: { LFPulse.ar(50) * 0.1 }.play; ::
code:: { LFPulse.ar(50) * 0.1 }.play; ::

0 comments on commit bb4e729

Please sign in to comment.