Sotonye Atemie
Sotonye Atemie
> I made a couple small fixes. > > There's also a memory leak detected after closing LMMS. It only happens when the Tap Tempo metronome sound plays, but I...
Closing in favor of #6703
> MM_OPERATORS confilcts with getDefaultCtr/getCopyCtr/getMoveCtr of QMetaTypeInterface for SampleBuffer `MemoryManager` was removed in #7128. I think we can remove this one (or just check it off)?
I'm pretty much in favor of removing `ValueBuffer` altogether and replacing its usage with `std::vector` directly. The functions that take/return `ValueBuffer` by pointer can instead take/return a `float*`, though this...
Will mention again that I am *strongly* against passing a `std::vector` by pointer due to its unnecessary restrictiveness, which makes the API less flexible. We truly need to get support...
The only benefit I could see by using yabridge is having all Linux users use our Native Linux VST implementation, rather than loading a `.dll` and using our own Wine...
Thankfully, getting LMMS to crash does not have to be done in a specific manner, as this bug can still occur by sending a ``SIGKILL`` signal to LMMS.
Can this be closed?
There's an ongoing issue where x64 bit VSTs simply crash and fail to load. I'm currently looking into it, but I believe x32 bit versions of the same VSTs would...
Curious to see if #7100 fixes this? Might be something with the samples. Though, the drums do play throughout and the clicks seem to happen a bit randomly, so I'm...