Hey,
I'm using a phasor to control play speed of a sample. The patch looks like:
[Number: 1] | [phasor~] < outputs a sloping wave from 0 to 1 between 0 to 1 | [*~]- [*441]- [100] < chunksize | [+~ 1] < not sure what this does :p but dont matter much... offsets array index by 1 | [tabread~ beeps-loop] || [dac~]
This is from B09 and only part of the file plays and then it repeats. The file plays fine with [tabplay~]
as far as i can tell it should play fine
_________________________________________________________________
With Windows Live, you can organise, edit, and share your photos.
http://clk.atdmt.com/UKM/go/134665338/direct/01/
Hello,
in this patch (B09) only the first 44103 samples of the file are loaded. Try using the "-resize" flag after the "open" message to the soundfiler (e.g.: [open -resize ../sound/voice.wav table18( ). But: you will also have to increase the chunk size.
[+~ 1] < not sure what this does :p but dont matter much... offsets array
index by 1
This 1 sample offset as well as the +3 samples at the end of the array (44100+3) are the guard points for the cubic interpolation tabread4~ uses.
ciao