Thanks for the bug report @mj_prod and @Codeman. This is a known limitation of this feature. In order to solve it we have to implement pagination in the Duo HMI (display), which currently doesn’t exist.
We’ll leave this as a bug here and try to address it in our next release.
That’s good news, so I hope the bug can be fixed soon. I was wondering how a longer preset list can be managed in Duo-X without this fix. My current problem is that (my) synths have many more presets than (my) guitars.
afaik the code that cuts down the address content was not changed for Duo X, so it will behave the same for now.
Making the buffer larger is just a temporary (and naive) solution anyway.
No matter how many presets we allow to be loaded at once, eventually a new plugin comes up that challenges those limits (think of zynaddsubfx…)
From what I see, the correct solution will be to allow any number (within sane limits, like 9999?) and then use pagination to push data to the screen.
Right now we try to send all data at once, which was/is a mistake.