-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-10-18 10:16, Claude Heiland-Allen wrote:
..know if it is possible to use other than "2^n"-blocksizes?!
Not for audio connected to a dac~, but for offline stuff it works (some buggy objects might not cooperate).
You know, I've read about that, and now I wonder if the info or the implementation is bugged..
Works for me following the somewhat-cryptic guidance in [switch~]'s help, see attached.
hmm, but it seems that the actually computed blocksize is rounded to the next power-of-2. in your example, the actual blocksize is not 12345 but 16384 samples (simple check: make your table big enough to hold 15000 samples, and use [tabsend~] instead of [tabwrite~] --> triggering DSP will fill the entire table with noise; resizing the table to e.g. 20000 shows that [tabsend~] only writes the first 16384 samples)
fgmasdr IOhannes