You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I think you are seeing a performance issue with the GtkTreeView widget which is slow to update when there are many rows.
Long term we will move away from this widget, but I guess I could throttle the update rate to make the application more responsive during waveform generation of very short files.
If you want a temporary workaround you could try additional filtering such as by directory or by tag,
or you could reduce the value of LIST_STORE_MAX_ROWS in lib/samplecat/list_store.h .
If I search for a common string like "kick," the GUI freezes and the stdout output has a lot of lines like
I think this is generating a waveform for each file. Unfortunately this makes the program unusable while it's doing this.
I don't always need the waveform - it would be cool to either:
Thanks!
The text was updated successfully, but these errors were encountered: