From Hanspeter Portner to ~hp/patches
This adds a *.desktop file to the project, including the NSM keys, for tools which wants to find NSM supported applications. You've to set a icon and maybe add it to your Makefile or similar for installation. X-NSM-Capable sets the value for NSM support (true). X-NSM-Exec sets the value which should be used as exec value when the application is launched in NSM. This can't contain a path or command line arguments.
From Hanspeter Portner to ~hp/patches
This adds a *.desktop file to the project, including the NSM keys, for tools which wants to find NSM supported applications. You've to set a icon and maybe add it to your Makefile or similar for installation. X-NSM-Capable sets the value for NSM support (true). X-NSM-Exec sets the value which should be used as exec value when the application is launched in NSM. This can't contain a path or command line arguments.
From Hanspeter Portner to ~hp/patches
reported by <https://github.com/MikaelUrankar> migrated from <https://github.com/OpenMusicKontrollers/synthpod/pull/54>
From Hanspeter Portner to ~hp/patches
From: MikaelUrankar <mikael.urankar@gmail.com> --- mapper.lv2/mapper.lv2/mum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapper.lv2/mapper.lv2/mum.h b/mapper.lv2/mapper.lv2/mum.h index afe23a1f..cc7b1a93 100644 --- a/mapper.lv2/mapper.lv2/mum.h +++ b/mapper.lv2/mapper.lv2/mum.h @@ -110,7 +110,7 @@ _mum (uint64_t v, uint64_t p) { function doing 128x128->128 bit multiplication. The function is very slow. */ lo = v * p, hi; [message trimmed]
From Hanspeter Portner to ~hp/patches
migrated from <https://github.com/OpenMusicKontrollers/patchmatrix/pull/30>
From Hanspeter Portner to ~hp/patches
From: Sander Vocke <sandervocke@gmail.com> --- patchmatrix_mixer.1 | 5 +++++ patchmatrix_mixer.c | 13 +++++++++---- patchmatrix_monitor.1 | 5 +++++ patchmatrix_monitor.c | 14 ++++++++++---- 4 files changed, 29 insertions(+), 8 deletions(-) diff --git a/patchmatrix_mixer.1 b/patchmatrix_mixer.1 index afa588e..65c9b80 100644 --- a/patchmatrix_mixer.1 +++ b/patchmatrix_mixer.1 @@ -45,6 +45,11 @@ Number of output ports (1-128) [message trimmed]
From Hanspeter Portner to ~hp/patches
--- d2tk/base.h | 24 +++++++++++++++++ meson_options.txt | 4 +-- src/base_button.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+), 2 deletions(-) diff --git a/d2tk/base.h b/d2tk/base.h index e9b434457..8f90664ab 100644 --- a/d2tk/base.h +++ b/d2tk/base.h @@ -24,6 +24,7 @@ typedef struct _d2tk_pos_t d2tk_pos_t; typedef struct _d2tk_style_t d2tk_style_t; typedef struct _d2tk_table_t d2tk_table_t; typedef struct _d2tk_frame_t d2tk_frame_t; [message trimmed]