Skip to content

Commit

Permalink
Remove problematic character for documentation generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jun 18, 2024
1 parent 3c722d7 commit c96545d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/misc/autopan.dsp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ with {

amount = hslider("[0]Amount[style:knob]", 0., 0., 1., .001);
rate = hslider("[1]Rate[style:knob][unit:Hz][scale:log]", 1., .05, 90., .001);
phase = hslider("[2]Phase[style:knob][unit:°]", 180., 0., 360., 15) : si.smoo;
phase = hslider("[2]Phase[style:knob][unit:deg]", 180., 0., 360., 15) : si.smoo;
shape = hslider("[3]Shape[style:knob]", 0., 0., 1., 0.001) : si.smoo;

process = hgroup("Auto Pan", autopan(amount, rate, phase, shape));

0 comments on commit c96545d

Please sign in to comment.