Hey!
thank you for your answer! Unfortunately .loadCollection won’t work on NRT mode…
that is why I looked for LocalBuf, since I want to have a buffer that is constantly updating. If what I wanted to do was in real time .loadCollection would work fine but in NRT it seems that each buffer update needs to be a file which I would allocReadMsg
each one separetly . With LocalBuf and Dbufwr or BufWr I was able to write and update the same buffer in NRT mode and the only problem was that I couldn’t write the whole array at once. So if there was a way with one trigger a phasor could instantly write the array to a localbuf this would solve my problem…
thank you!