< Back to IRCAM Forum

Buffer names lost when writing -> reading from .mubu file

Hi,

Another bug:

If a mubu object has several buffers with the same name and I save all buffers to a single .mubu object, clear buffers and reload it (with readappend command), only the first instances of the buffer names are appearing correctly, the other ones are replaced by numbers (the buffer index).

For instance, if my buffer names are
test, test, test1, test1

then after saving and loading from .mubu file i get
test, 2, test1, 4

Instead, I expect that their name is recovered correclty.

I am not sure how it does with the json and other file types, but for now there are bugs with json files (see my other posts) that force me to use only .mubu files that contain all the buffers at once.

Hi,
probably this is an error related to what you had reported some time ago. However, it is now fixed and no longer occurs. The fix will be available in the next release.
Best