zyn-fusion-issues
zyn-fusion-issues copied to clipboard
File browser fails to list directories containing large numbers of files
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.
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.