[Csnd] Small manual error in directory
| Date | 2023-10-10 17:23 |
| From | John ff |
| Subject | [Csnd] Small manual error in directory |
The example states
This example shows how directory can be used to browse for .wav
files in a fixed location. printf_i is then used to print the file
names. It uses the file directory.csd.
But the code in directory.csd selects .txt files not .wav
Either correct the manual page or examples/directotry.csd
==John ffitch
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2023-10-11 19:49 |
| From | tjingboem |
| Subject | Re: [Csnd] Small manual error in directory |
as it turns out i had the audacity to change in the example .txt to .wav and the example works fine. On Tue, Oct 10, 2023 at 6:23 PM John ff <jpff@codemist.co.uk> wrote: The example states |