ahlstromcj/seq66

Event Editor: Tab "Events" is empty

BMuXBeats opened this issue · 5 comments

I've created a pattern with 4 quarter notes. Then I've recorded a CC 013 movement.
The events seem to be recorded. When I start my playback, the events will be transmitted to the dedicated output port.

But if I make a right click on the pattern and select "edit pattern in tab" in the main window the "Events" will be selected and opened with An empty content.

I can't see the fields like they're shown in the user manual on page (Figure 28: Event Editor Window)


OS: Linux Manjaro 22
Desktop environment :KDE-Plasma-Version: 5.17.4
Kernel: 6.1.25-1

Hi Chris,
I've wrote you an e-mail, 'cause it's not possible to add an attachment here.

Best regards
Bernie

Thanks to seeing the Qt removeWidget() error in the console dump, I found an error in qsmainwnd.cpp where I was calling removeWidget() after deleting the widget! That might be the fix. Also tightened up the code in a couple other places there. If you want, you can:

$ ./bootstrap --full-clean
$ git fetch
$ git checkout portfix
$ ./bootstrap -er
$ make -j 8 &> make.log

And then try it again. Otherwise I can expedite the next release (0.99.4) into master later today. (There are a couple other bugs in 0.99.3 that I have found).

Good luck! Fingers crossed!

Oh, I left out a "git pull" command above after the checkout.

We're at version 0.99.8. Closing this one, reopen as necessary!