I wonder how loscil is providing the output for the sampled sound file.
a. file is read into memory and then is played from RAM
b. file is read from disc, placed on a buffer and then send to output.
c. file is read form disc directly to the output.
d. none.
Please let me know.
Thank you
Thomas



loscil
Using GEN01, the file is read from disk into a function table (RAM), which is then accessed by the loscil opcode. So normal usage would correspond to either of the options "a" or "b" you describe.