Michael Gregorius
Michael Gregorius
You're welcome, @bratpeki! The branch to check out for now is https://github.com/michaelgregorius/lmms/tree/plugin/WaveAnalyzer because it is based on the current master.
@bratpeki, I forgot to push the changes with regards to `sampleFrame` vs. `SampleFrame`. I have now pushed them so that the branch should build without problems.
> [...] Should I close this issue and open a new issue/PR where we can communicate about the plugin? You can leave this issue open and open a additional PR...
> > Lost has brought it to my attention that a ring buffer class is now in LMMS, so that might be of use if the buffer handling code would...
Interestingly the whole window acts strange: 1. Start LMMS. 2. Close the Song Editor. 3. Open a project. 4. Resize the Song Editor. The window will stay empty and the...
@firewall1110, I am not planning to work on this so please go ahead if you like. Did you find that the three ways of closing the Song-Editor behave differently?
> Quote: "_Did you find that the three ways of closing the Song-Editor behave differently?_" > > **Yes** - if "closed by Ctrl + 1", than new project loaded without...
My theory is that all Qt children of the Song-Editor window get removed (perhaps even by the Qt framework code) when the sub window is closed via mouse click or...
Some more results. I first thought that the following line in `MainWindow::addWindowedWidget` could be a source of the problem: ``` win->setAttribute(Qt::WA_DeleteOnClose); ``` This method is called for the following four...
You do not need to post any alerts here. Just issue a pull request so that it can be evaluated by some team members.