TranzportClient: fix UB due to misaligned uint32_t members
Add a set of basic CMake presets
Fix UBSAN member-call-on-destroyed-object in TrackButtons::updateUI()
Possible fix: https://github.com/tedfelix/rosegarden-official/pull/42
I might be able to help, but I'm a bit confused about what's the problem ;) One thing though: I see a comment in a commit that says "we should do something more direct, like checking for a pipewire .cmake or .pc file. But maybe there is no such thing? " The answer is clear, there's no cmake file provided by pipewire, but there's a pkgconfig file, e.g. /usr/lib64/pkgconfig/libpipewire-0.3.pc on my system (OpenSUSE). It says libdir=/usr/lib64 and moduledir=/usr/lib64/pipewire-0.3, and indeed there's...
Remove PannerScene hack to fix downcast violation in Panner::drawItems()
Fix crash in ControlBlock thread, in ASAN
Delete old view immediately to avoid crashing in TrackEditor