typo correction#437
Conversation
| :: | ||
| defaults to lowpass. | ||
|
|
||
| argument::saturation |
There was a problem hiding this comment.
Except for this change, I don't think we need the rest of this PR anymore, since the help browser code selection was fixed, what do you think?
There was a problem hiding this comment.
Well, I don’t think so. Please see my comments on each change.
| 0.25); // mul | ||
| }.play) | ||
| }.play | ||
| ) |
There was a problem hiding this comment.
This PR corrects the incorrect placement of a closing parenthesis.
| (CombN.ar(sig, 0.4, [0.4,0.35],2) * 0.4) + (sig * 0.5); | ||
| }.play) | ||
| }.play | ||
| ) |
There was a problem hiding this comment.
This PR corrects the incorrect placement of a closing parenthesis.
| (CombN.ar(sig, 0.4, [0.4,0.35],2) * 0.4) + (sig * 0.5); | ||
| }.play) | ||
| }.play | ||
| ) |
There was a problem hiding this comment.
This PR corrects the incorrect placement of a closing parenthesis.
| (CombN.ar(sig, 0.4, [0.4,0.35],2) * 0.4) + (sig * 0.5); | ||
| }.play) | ||
| }.play | ||
| ) |
There was a problem hiding this comment.
This PR corrects the incorrect placement of a closing parenthesis.
| (CombN.ar(sig, 0.4, [0.4,0.35],2) * 0.4) + (sig * 0.5); | ||
| }.play) | ||
| }.play | ||
| ) |
There was a problem hiding this comment.
This PR corrects the incorrect placement of a closing parenthesis.
| z.release | ||
|
|
||
| // bhob's benchmark ;) | ||
| // bhob's benchmark |
| ////////////////////////////////////// | ||
|
|
||
| //residual test assumes windowtype 0) | ||
| //residual test assumes windowtype 0: |
There was a problem hiding this comment.
Why should the closing parenthesis be placed here?
This PR is related to supercollider/supercollider#7544 (comment)