~hp

~hp/patches

Last active 1 year, 1 month ago
View more

Recent activity

[PATCH] Fix build with clang 1 year, 1 month ago

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]

[PATCH] Add option for custom JACK client names to mixer and monitor. 1 year, 1 month ago

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]

[PATCH] Add base button 1 year, 1 month ago

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]