Hyunjin Song
Hyunjin Song
Do 64-bit VSTs crash on both 64-bit MSVC and 64-bit MinGW builds?
Quoting the [`MultiByteToWideChar` documentation](https://learn.microsoft.com/en-us/windows/win32/api/stringapiset/nf-stringapiset-multibytetowidechar): > If the provided size does not include a terminating null character, the resulting Unicode string is not null-terminated, and the returned length does not include...
I think using [`QString::toHtmlEscaped`](https://doc.qt.io/qt-6/qstring.html#toHtmlEscaped) in `EffectSelectDialog::rowChanged` may help
Resolved conflicts while working on #5229.
> @PhysSong I merged #5229, Are we clear to merge this too and get done with global automation? I think this PR is no longer blocked, but we might not...
It looks like a BB clip was removed while `TrackContainer::automatedValuesFromTracks` function is being executed so`dynamic_cast` was applied to freed memory address. It looks like proper synchronization between UI thread and...
I further investigated this issue. `TrackContentObjectView::remove` calls `deleteLater` for a `TrackContentObject` instance. `deleteLater` can't protect from deletion while the audio rendering thread is trying to access it. To reproduce, you...
It looks like #6610 have fixed this, but I'm not quite sure.
Fixed AppImages from CircleCI via LMMS/lmms-ci-docker#9, but spectrum analyzer on Windows is still an issue.
Do you have a backtrace?