Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fggp committed Sep 4, 2024
1 parent 2ce0f24 commit d30b1a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chnset.csd
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ anois rand .1
chnset anois, "noise"
loop:
idur random .3, 1.5
timout 0, idur, do
timout 0, idur, do_
reinit loop
do:
do_:
ifreq random 400, 1200
iamp random .1, .3
asig oscils iamp, ifreq, 0
Expand Down

0 comments on commit d30b1a1

Please sign in to comment.