From c1c26bc89de09015e6670ae8082bf6a7a54cca54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Mar 2022 10:35:30 +0100 Subject: [PATCH] bump changes --- comport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comport.c b/comport.c index d981f8a..7bccf7b 100644 --- a/comport.c +++ b/comport.c @@ -23,6 +23,8 @@ MP 20100201 use a buffer for writes, write takes place during clock callback com CR 20190514 disable input processing JZ 20210321 purge error() in favour of pd_error() JZ 20210321 cleanup t_comport struct +JZ 20210321 use (int) instead of t_float for members where applicable +JZ 20210321 allow the user to turn ON input processing (again) */ #include "m_pd.h"