Search found 36 matches

by ericfont
Fri Oct 08, 2021 7:58 pm
Forum: Bug Reports
Topic: Undo stack doesn't pop off first recording if added more than one entry to stack
Replies: 7
Views: 10591

Re: Undo stack doesn't pop off first recording if added more than one entry to stack

I was poking through the back end code handling these undo operations and it was a bit hard for me to follow. I'm wondering now maybe instead of modifying any code, I'm wondering maybe what I really want is single-click save-all-and-clear-slate button on the GUI's top panel or menu that issues a glo...
by ericfont
Thu Oct 07, 2021 4:59 pm
Forum: Looping Techniques
Topic: How to always enable "sync" when adding new loop?
Replies: 4
Views: 11676

Re: How to always enable "sync" when adding new loop?

might be nice to have a small undo-all button to the top left of the gui. With my foot pedal setup I am out of midi buttons.
by ericfont
Thu Oct 07, 2021 3:05 pm
Forum: Bug Reports
Topic: Undo stack doesn't pop off first recording if added more than one entry to stack
Replies: 7
Views: 10591

Re: Undo stack doesn't pop off first recording if added more than one entry to stack

Ah great...the long-press feature is already in the documentation (http://essej.net/sooperlooper/doc_commands.html)...and I see when I've configured buttons on my midi controller to operate in momentary CC button mode, they behave just like the middle-mouse button: SooperLooper supports long-presses...
by ericfont
Mon Oct 04, 2021 5:23 pm
Forum: Bug Reports
Topic: Preferences window for Latency/Misc display is garbled
Replies: 8
Views: 8505

Re: Preferences window for Latency/Misc display is garbled

uncommenting line 206 in src/gui/latency_panel.cpp fixed it:

Code: Select all

//topsizer->Fit( this ); // set size to minimum size as calculated by the sizer
I've created a pull request for your consideration: https://github.com/essej/sooperlooper/pull/17
by ericfont
Mon Oct 04, 2021 5:02 pm
Forum: Bug Reports
Topic: Preferences window for Latency/Misc display is garbled
Replies: 8
Views: 8505

Re: Preferences window for Latency/Misc display is garbled

I'm verifying that the garbling happens when I self-compile v1.7.8 via github in my Debian 11 KDE virtual machine.
by ericfont
Mon Oct 04, 2021 4:47 pm
Forum: Bug Reports
Topic: Preferences window for Latency/Misc display is garbled
Replies: 8
Views: 8505

Re: Preferences window for Latency/Misc display is garbled

even simply doing a *vertical-only* resize seems to fix it.
by ericfont
Mon Oct 04, 2021 4:44 pm
Forum: Bug Reports
Topic: Preferences window for Latency/Misc display is garbled
Replies: 8
Views: 8505

Re: Preferences window for Latency/Misc display is garbled

I will note that after fixing it, when resizing the window back to the minimum width possible, then display remains correct. And if I close the preferences window and reopen it, then it remains OK. However if I close sooperlooper entirely and reopen it and go back to the latency/misc tab of preferen...
by ericfont
Mon Oct 04, 2021 4:40 pm
Forum: Bug Reports
Topic: Preferences window for Latency/Misc display is garbled
Replies: 8
Views: 8505

Re: Preferences window for Latency/Misc display is garbled

But on Debian 11 KDE fresh install (in virtualbox from live install cd) and when install via sonobus settings I get the garbled display: debian-11-kde-sooper-looper-latency-prefs-display-back-v176.png Though what I discovered is if I expand the window size by clicking the rightmost edge and dragging...
by ericfont
Mon Oct 04, 2021 3:28 pm
Forum: Bug Reports
Topic: Preferences window for Latency/Misc display is garbled
Replies: 8
Views: 8505

Re: Preferences window for Latency/Misc display is garbled

Debian 11 LXQt live dvd in virtual box shows this window correctly...
by ericfont
Mon Oct 04, 2021 3:09 pm
Forum: Bug Reports
Topic: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5
Replies: 8
Views: 7219

Re: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough

I guess both my Arch Linux machine which I original reported this issue with is running KDE plasma desktop, which uses Qt. And the Debian 11 LXQt desktop also uses Qt. So maybe the issue has something to do with the Qt-based desktop environment and not wxwidgets 3.1.5.
by ericfont
Mon Oct 04, 2021 3:05 pm
Forum: Bug Reports
Topic: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5
Replies: 8
Views: 7219

Re: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5

also I'm noting that the prefs also look bad on v1.7.6 when installed on Debian 11 LXQt via apt:
command-and-control-v176-debian-11-lxqt.png
command-and-control-v176-debian-11-lxqt.png (49.1 KiB) Viewed 7205 times
according to https://packages.debian.org/source/bull ... widgets3.0 Debian 11 uses wxwidgets 3.0.5.1+dfsg-2
by ericfont
Mon Oct 04, 2021 2:00 pm
Forum: Bug Reports
Topic: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5
Replies: 8
Views: 7219

Re: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5

I seemed to have fixed with https://github.com/essej/sooperlooper/commit/223703756fa04de5c2dbb63d94d872c9c14a6a94 (which I append as an second commit in https://github.com/essej/sooperlooper/pull/16/) by using wxDefaultSize & wxWINDOW_VARIANT_SMALL for the wxChoice boxes. Now in 3.1.5 that windo...
by ericfont
Mon Oct 04, 2021 11:31 am
Forum: Bug Reports
Topic: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5
Replies: 8
Views: 7219

Re: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5

my pull #16 isn't the problem...when I recompile it with wx 3.0.5.1-2 then the window appears properly laid out. I'm noting that https://www.wxwidgets.org/news/2021/04/wxwidgets-3.1.5-released/ says: Please notice that while 3.1.5 is officially a “development” version because it is not fully compati...
by ericfont
Mon Oct 04, 2021 12:55 am
Forum: Bug Reports
Topic: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5
Replies: 8
Views: 7219

Re: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5

I'm also noticing that there is one or a couple-or-so pixels missing of the left edge of the MIDI Event type combobox.
by ericfont
Mon Oct 04, 2021 12:51 am
Forum: Bug Reports
Topic: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5
Replies: 8
Views: 7219

Re: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5

I should note this is self compile of slight modification to v1.7.8 (https://github.com/essej/sooperlooper/pull/16) so I it is possible that something in that unintentionally changed the behavior.
by ericfont
Mon Oct 04, 2021 12:08 am
Forum: Bug Reports
Topic: v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5
Replies: 8
Views: 7219

v1.7.8 in Preferences the Midi Command/Control combox box size is not big enough when on wxwidgets 3.1.5

This is what it looks like when build on wxwidgets 3.1.5-2
command-control-sooper-looper-wxwidgets315.png
command-control-sooper-looper-wxwidgets315.png (31.72 KiB) Viewed 7219 times
Though it is fine on 3.0.5.1-2
by ericfont
Sun Oct 03, 2021 11:46 pm
Forum: Bug Reports
Topic: Preferences window for Latency/Misc display is garbled
Replies: 8
Views: 8505

Re: Preferences window for Latency/Misc display is garbled

just making a note I'm on my arch linux boot with wxwidgets 3.1.5 and all other packages up-to-date as of now...but I don't see this problem. Maybe the best way to test this is to check out a fresh Debian 11 live cd and run it in a virtual machine.
by ericfont
Sun Oct 03, 2021 11:27 pm
Forum: Building
Topic: v1.7.8 main_panel.cpp:471:28 compile error on WxWidgets > 3 because SetVirtualSizeHints deprecated
Replies: 9
Views: 12348

Re: v1.7.8 main_panel.cpp:471:28 compile error on WxWidgets > 3 because SetVirtualSizeHints deprecated

looking at https://docs.wxwidgets.org/3.0/classwx_window.html#a7e64b9380374e5681f146e9e319e35e3 the description of "wxWindow::GetBestSize()" starts with: This functions returns the best acceptable minimal size for the window." So it sounds like to me on first reading that that would b...
by ericfont
Sun Oct 03, 2021 11:22 pm
Forum: Building
Topic: v1.7.8 main_panel.cpp:471:28 compile error on WxWidgets > 3 because SetVirtualSizeHints deprecated
Replies: 9
Views: 12348

Re: v1.7.8 main_panel.cpp:471:28 compile error on WxWidgets > 3 because SetVirtualSizeHints deprecated

I did make a pull request...again this is my first time looking at wxwidgets so maybe I don't know what I'm doing: https://github.com/essej/sooperlooper/pull/16
by ericfont
Sun Oct 03, 2021 11:21 pm
Forum: Looping Techniques
Topic: How to always enable "sync" when adding new loop?
Replies: 4
Views: 11676

Re: How to always enable "sync" when adding new loop?

I need to make it use the settings from the last (or selected) loop or something when creating the new one.... This sounds like a good solution and I would appreciate that functionality. And I guess if user deletes all loops (which I frequently do when I want to clear my slate), then the code might...
by ericfont
Sun Oct 03, 2021 11:03 pm
Forum: Bug Reports
Topic: Undo stack doesn't pop off first recording if added more than one entry to stack
Replies: 7
Views: 10591

Re: Undo stack doesn't pop off first recording if added more than one entry to stack

(as and aside, I have a hardware footpdeal mini looper called "DittoLooper" which also has the behavior of a long press to clear the loop. It would be nice for my muscle memory to be able to use long-presses on my midi foot controller to control sooperlooper in the same manner that the lon...