Michael Gregorius

Results 324 comments of Michael Gregorius

It seems that the backtraces differ but the segmentation fault regularly appears in the context of the audio driver, in my case the SDL driver. Here's a stack trace of...

It's caused by an O(n^2) iteration over the notes. Here's `MidiClip::cloneSteps`: https://github.com/LMMS/lmms/blob/8acc4ed3ae36fa1d5b507ab76d0c90eb1176c157/src/tracks/MidiClip.cpp#L589-L608 It iterates over all notes and calls `MidiClip::noteAtStep` for each note. This method in turn iterates over all...

It should be considered to restrict the maximum number of steps. As was already noted the display becomes mush after a few clone actions. Furthermore the time needed to process...

In Reaper each mixer strip can have an arbitrary number of channels. If there are more than two channels the level meters just become narrower and show the level of...

``` [carla] Trying to start carla-plugin using "D:/Carla/resources\carla-plugin.exe" Carla 2.5.8 started, status: Python version: 3.8.7 Qt version: 5.12.12 PyQt version: 5.13.1 Binary dir: D:\Carla Resources dir: D:\Carla\resources Frontend pixel ratio...

Please show a screenshot of the task manager sorted by CPU usage in situations where LMMS exhibits this heavy load. If there is some other heavy load on the system...

@enp2s0, I took the liberty to apply some changes (forward includes, newline at end of file) myself. That's faster than some back and forth in comment. I hope that's okay...

> Great. Sounds like a nitpick at this point, but can you vertically make the effect button larger? That way, it'll look slightly better. I second this request. IMO the...

I think the best solution might be to make the list widget of the plugins more flexible so that it can deal with effect widgets that render themselves at different...

IMO fixing the effect view is out of scope of this issue. The ideal fix would make the effect list view flexible, e.g. by using a layout to manage the...