Skip to content

Commit

Permalink
fixing typpo
Browse files Browse the repository at this point in the history
hey guys. acording to the suggestion of dan (am i right?), i would like to propose the change to the typpo of the sinosc supercollider documentation. hope you find my insight meaningful and relevate. looking forward to hear from you and get some feedback. best wishes. tiago
  • Loading branch information
Tiago Morais Morgado authored Oct 14, 2016
1 parent 6b7b775 commit 9ce0886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelpSource/Classes/SinOsc.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ code::
// modulate the frequency with an exponential ramp
{ SinOsc.ar(XLine.kr(2000, 200), 0, 0.5) }.play;

// more complex frequency modulatation
// more complex frequency modulation
{ SinOsc.ar(SinOsc.ar(XLine.kr(1, 1000, 9), 0, 200, 800), 0, 0.25) }.play;

// phase modulation (see also PMOsc)
Expand Down

0 comments on commit 9ce0886

Please sign in to comment.