Hi,
I am working on the porting puredata diagram to ARM based microcontroller.
During writing the code some questions popped up. As far as I know there is a default buffer or block with a size of 64 bytes. Sampling frequency is 44.100 Hz, but what I wonder is how the block is used. If I have a list of commands - is every command use on the whole block or are all commands used for every element of the block.
Hopefully it is clear what I am asking.
Thanks.
Bostjan