| wrote:
> One can read an audio file direct into a table with GEN 23, one of
> Gabriel's enhancements. Added in v3.49
That would have been Gen 22. But this has not been announced
in the version notes, and it is not in the sources!
wrote:
> Is there a way of reading data into a function table directly from a
> pre-existing external ASCII file ?
Gen 23, documented in Version3_49.Notes in Bath/Montreal
subdirectory "dream/newest".
Regards,
re
GEN23
This subroutine reads numeric values from an external ascii file
f# time size -23 "filename.txt"
The numeric values contained in "filename.txt" (which indicates
the complete pathname of the character file to be read), can be
separated by spaces, tabs, newline characters or commas.
Also words that contains non-numeric characters can be used as
comments since they are ignored.
All characters following ';' (comment) are ignored until next |