Skip to content

Commit

Permalink
Update directory.csd
Browse files Browse the repository at this point in the history
  • Loading branch information
tjingboem authored Oct 11, 2023
1 parent 7a4499f commit 4ae7db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/directory.csd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;browse for text files in current directory
instr 1
iCnt init 0
SFilenames[] directory ".", ".txt"
SFilenames[] directory ".", ".wav"
iNumberOfFiles lenarray SFilenames
until iCnt>=iNumberOfFiles do
Expand All @@ -20,4 +20,4 @@ endin
<CsScore>
i1 0 1
</CsScore>
</CsoundSynthesizer>
</CsoundSynthesizer>

0 comments on commit 4ae7db9

Please sign in to comment.