But this is set to 64...if I want to use a different block size? I guess it would work by making a comparison test in each dsp cycle and reset the size?...

On Sun, Sep 14, 2014 at 1:16 PM, Kjetil Matheussen <k.s.matheussen@gmail.com> wrote:
On 9/14/14, Alexandros Drymonitis <adrcki@gmail.com> wrote:
> I writing an external where I want to declare some arrays in the object
> structure which will have the size of the block size. I want to allocate
> memory using malloc with a variable that gets the block size. I know it's
> possible to get the sample rate with sys_getsr(); which can be used in the
> new instance routine. Is there something similar that gives you the block
> size?
>

I guess it's safe to use DEFDACBLKSIZE from s_stuff.h...