zyn-fusion-issues icon indicating copy to clipboard operation
zyn-fusion-issues copied to clipboard

File browser fails to list directories containing large numbers of files

Open JamesCrompton opened this issue 4 years ago • 1 comments

Version 3.0.5

Scale Settings => "Import .SCL", navigate to /opt/scala/scl/: no files are shown. There are 5104 in the directory.

If I move most of the files out, it works. 927 files is OK, 930 fails.

JamesCrompton avatar Feb 18 '21 10:02 JamesCrompton

Seems to be a result of the way the UI and backend communicate with each other. If a limit is put in https://github.com/zynaddsubfx/zynaddsubfx/blob/master/src/Misc/MiddleWare.cpp#L1541 we should be able to avoid showing zero files. As per viewing large number of files I don't have a current solution, but it would have to be done by some sort of multi-paging setup.

fundamental avatar Feb 27 '21 21:02 fundamental