Martin Bångens
Martin Bångens
Hi, I added some extra mouse button input. Right click work like holding down Ctrl and middle mouse activate default knob value like shift key. If you don't like it,...
I think sliders could take minimal input from the scroll wheel and extra minimal if the user hold down ctrl
Make knob input easier and faster to edit by adding right and (maybe) middle mouse button. Functionality that lets the users click and drag a knob in 3 ways. If...
I get this error when i run make `$ make CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/marbangens/Code/build/hexcurse/hexcurse/missing aclocal-1.15 /home/marbangens/Code/build/hexcurse/hexcurse/missing: line 81: aclocal-1.15: command not found WARNING: 'aclocal-1.15' is missing on...
With emoji python3 module version >= 2.0.0 I get the following error ``` Traceback (most recent call last): File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib64/python3.9/runpy.py",...
```meson setup build \ --buildtype=release \ --prefix=/usr \ -Dstrip=true ``` followed by ```DESTDIR=/tmp/package-artify ninja -C build -j8 install``` will not build/install the GUI. I know its not supported but it's...
1. I see no point in sending or reviving the sysex message to the program itself. 2. think there should be gnu --help -h -v flags. 3. be able to...
A widget that display a line in both time or frequency domain would be nice to have as a standard in DPF. It would need have a parameter as input...
This should fix #505 strncpy may not null-terminate the string if the source string is exactly the length 32, memcpy can be used if this do not matter.