<br><font size=2 face="sans-serif">Hi all. &nbsp;Is there a way to make
a table lookup oscillator with ChucK? &nbsp;I'm trying to load in soundfiles
to be used as waveforms so that I can index them directly. &nbsp;I've worked
through allocating an array and loading it with the samples of a file,
but there doesn't seem to be a way that you can actually put them out to
the dac again.</font>
<br>
<br><font size=2 face="sans-serif">Then I tried to do some other tests
where I just read the file into an array outside of a function (since that
seemed a bit more chuckian), then sporked a bunch of shreds, but it seems
that when you change the position of the buffer from inside a function,
it seems to affect the position in the other shreds. &nbsp;The last test
I did, I had the file read in inside of the function and that seemed to
work well, but quickly seemed to slow everything down.</font>
<br>
<br><font size=2 face="sans-serif">Any input is appreciated.</font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br><font size=2 face="sans-serif">Eric</font>