I've uploaded 6.4.0-rc2 to SourceForge. It fixes an issue for Qt4 users. If you're using Qt5, you shouldn't need to update (but you can if you want to).
Code:
cn187 (07/19/24)
- Update to version 6.4.0-rc2
- Fixes:
- Fix RegEx related issue causing high CPU utilization and UI
unresponsiveness with Qt4. Thanks to haikus for reporting the issue.
The tarball can be downloaded from https://sourceforge.net/projects/seq...wEQ-6.4.0-rc2/
tarball installation -
Code:
$ tar xjvf showeq-6.4.0-rc2.tar.bz2
$ cd showeq-6.4.0-rc2
$ ./configure
$ make
$ make install