BUG: wrong channel indexing in buf.Op.dataMove

monohusche's icon

dataMove drops the last channel during copying as the channel indexing is wrong (first channel = 1 instead of 0).


        for (int c=0;c

needs to be changed to:


        for (int c=1;c

monohusche's icon

Hi RabidRaja,

firsz of all, thx for your valuable comments all the time.

Regarding the "bug" above, did you change your post later on ? I had an email notifying me of one post of yours where you stated that the channel indexing does indeed start with 0, rather than 1 as indicated by me.

But I couldn't find that post anymore. I would certainly like me being wrong rather than having found a bug, just let me know.

cheers, nick