From unknown Mon Jun 23 02:24:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69568] [PATCH] gnu: Add alsa-midi-latency-test. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: gabriel@erlikon.ch, guix-patches@gnu.org Resent-Date: Tue, 05 Mar 2024 20:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69568 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69568@debbugs.gnu.org Cc: Giacomo Leidi , Gabriel Wicki X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Gabriel Wicki Received: via spool by submit@debbugs.gnu.org id=B.170967200629781 (code B ref -1); Tue, 05 Mar 2024 20:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Mar 2024 20:53:26 +0000 Received: from localhost ([127.0.0.1]:49156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhbmv-0007kE-72 for submit@debbugs.gnu.org; Tue, 05 Mar 2024 15:53:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:37306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhbmr-0007k2-Du for submit@debbugs.gnu.org; Tue, 05 Mar 2024 15:53:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhbmL-00023v-Eu for guix-patches@gnu.org; Tue, 05 Mar 2024 15:52:50 -0500 Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhbmI-0003FV-Rf for guix-patches@gnu.org; Tue, 05 Mar 2024 15:52:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1709671953; bh=b4Y/xSOBLmV59YwHmTt2r/uq39K9tGHXPgQG36ZZkIU=; h=From:To:Cc:Subject:Date:From; b=aePPraSBCh4WSk+hQ4YCNhAoZV/mPESV77ZmnMT02uaDTMrjRpXG2fOSlSP2WVElb iPxAwnSBIk1JHJr2lvsox8ZChE559jlyWAQJiU99CgJW0bPZZOhrbdq05RPEQMzV5q gYFvkGJIdw6wwB2iAibc2PwjvRGhNAmV+ZW7PXyQ= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Tq76n4DCfz113C; Tue, 5 Mar 2024 20:52:33 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4Tq76n3CbPz10n7; Tue, 5 Mar 2024 20:52:33 +0000 (UTC) From: Giacomo Leidi Date: Tue, 5 Mar 2024 21:52:22 +0100 Message-ID: <6c5bf499c159e1c01846590b4cc52f840d3dce2e.1709671942.git.goodoldpaul@autistici.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/audio.scm (alsa-midi-latency-test): New variable. Change-Id: I35d3047cb997c5787de515a38ae0a0eb8f12600d --- gnu/packages/audio.scm | 44 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 578a0bd016..46897bf213 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -31,7 +31,7 @@ ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020, 2021 Guillaume Le Vaillant ;;; Copyright © 2020 Jonathan Frederickson -;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020, 2024 Giacomo Leidi ;;; Copyright © 2020, 2021, 2023 Vinicius Monego ;;; Copyright © 2020 Michael Rohleder ;;; Copyright © 2021 jgart @@ -261,6 +261,48 @@ (define-public wildmidi ;; Player. license:gpl3+)))) +(define-public alsa-midi-latency-test + (let ((version "0.0.5") + (revision "0") + (commit "07e43f8a1e6fd6d3bd97a00f2ee5afb74cb66f95")) + (package + (name "alsa-midi-latency-test") + (version (git-version version revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/koppi/alsa-midi-latency-test") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b3xd4z7zx6mmh6q2q7wnyd0hzikny2cikwzhaab3q86b551vb9n")))) + (build-system gnu-build-system) + (arguments + (list + ;; There are no tests. + #:tests? #f + #:phases + #~(modify-phases %standard-phases + (replace 'bootstrap + (lambda _ + (invoke "sh" "./autogen.sh")))))) + (native-inputs + (list + automake + autoconf + libtool)) + (inputs (list alsa-lib)) + (synopsis + "Measure the roundtrip time of MIDI messages") + (description + "@code{alsa-midi-latency-test} measures the roundtrip time of a MIDI +message in the alsa subsystem of the Linux kernel using a high precision timer. +It calculates the worst case roundtrip time of all sent MIDI messages and +displays a histogram of the roundtrip time jitter.") + (home-page "https://github.com/koppi/alsa-midi-latency-test") + (license license:gpl2)))) + (define-public webrtc-audio-processing (package (name "webrtc-audio-processing") base-commit: f18d13b5f89c161c6ee88d15ecdaa8d973ee4503 -- 2.41.0 From unknown Mon Jun 23 02:24:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Giacomo Leidi Subject: bug#69568: closed (Re: [bug#69568] [PATCH] gnu: Add alsa-midi-latency-test.) Message-ID: References: <875xxi2nh5.fsf@gnu.org> <6c5bf499c159e1c01846590b4cc52f840d3dce2e.1709671942.git.goodoldpaul@autistici.org> X-Gnu-PR-Message: they-closed 69568 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 69568@debbugs.gnu.org Date: Tue, 19 Mar 2024 16:32:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1710865922-25567-1" This is a multi-part message in MIME format... ------------=_1710865922-25567-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69568: [PATCH] gnu: Add alsa-midi-latency-test. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 69568@debbugs.gnu.org. --=20 69568: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69568 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1710865922-25567-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69568-done) by debbugs.gnu.org; 19 Mar 2024 16:31:30 +0000 Received: from localhost ([127.0.0.1]:51262 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rmcN8-0006b5-2t for submit@debbugs.gnu.org; Tue, 19 Mar 2024 12:31:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36284) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rmcN5-0006aG-Ev for 69568-done@debbugs.gnu.org; Tue, 19 Mar 2024 12:31:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmcML-0006Je-9B; Tue, 19 Mar 2024 12:30:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=QubpOatW2aK40KJDy23vSuITTNKiSWo48LTiJJC/DdU=; b=Y7rwP3CrO2Hxi0MdgGe0 FoCKpAs9EKWwdFH5j9RiMsPTRaCLurvoqgJmOnC0d7rhIDJIIyKO4U/mBIJxNmK0eFMIci7xYLcP4 5+O+IUCI11eXMPosLZ9bjWYTsRxCByjxnEOeoI7kk3Si6gf4Uj7iVBQZzYxSHwkJGY3oOpreVUVnC hgmScLzJU8m6xxnAG/8wRPnHJ8ocS/U6WQpYMHnKev4Z/QwlUbITwUVUcA703NeKh2COXovpAjkGe E3WIFScDeVMYiJUqf7dV5qgxwNh9PFpfAcgEHlINKBAffhADVeSyKRODY5jGpKDo6Hpa8T2Fz9lHj /zhIVxddXfowlA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Giacomo Leidi Subject: Re: [bug#69568] [PATCH] gnu: Add alsa-midi-latency-test. In-Reply-To: <6c5bf499c159e1c01846590b4cc52f840d3dce2e.1709671942.git.goodoldpaul@autistici.org> (Giacomo Leidi's message of "Tue, 5 Mar 2024 21:52:22 +0100") References: <6c5bf499c159e1c01846590b4cc52f840d3dce2e.1709671942.git.goodoldpaul@autistici.org> Date: Tue, 19 Mar 2024 17:30:30 +0100 Message-ID: <875xxi2nh5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 69568-done Cc: Gabriel Wicki , 69568-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Giacomo Leidi skribis: > * gnu/packages/audio.scm (alsa-midi-latency-test): New variable. > > Change-Id: I35d3047cb997c5787de515a38ae0a0eb8f12600d I passed it through =E2=80=98guix style=E2=80=99 and changed the license to= =E2=80=98gpl2+=E2=80=99 since nothing states that it=E2=80=99s version 2 only. Applied, thanks! Ludo=E2=80=99. ------------=_1710865922-25567-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Mar 2024 20:53:26 +0000 Received: from localhost ([127.0.0.1]:49156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhbmv-0007kE-72 for submit@debbugs.gnu.org; Tue, 05 Mar 2024 15:53:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:37306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhbmr-0007k2-Du for submit@debbugs.gnu.org; Tue, 05 Mar 2024 15:53:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhbmL-00023v-Eu for guix-patches@gnu.org; Tue, 05 Mar 2024 15:52:50 -0500 Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhbmI-0003FV-Rf for guix-patches@gnu.org; Tue, 05 Mar 2024 15:52:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1709671953; bh=b4Y/xSOBLmV59YwHmTt2r/uq39K9tGHXPgQG36ZZkIU=; h=From:To:Cc:Subject:Date:From; b=aePPraSBCh4WSk+hQ4YCNhAoZV/mPESV77ZmnMT02uaDTMrjRpXG2fOSlSP2WVElb iPxAwnSBIk1JHJr2lvsox8ZChE559jlyWAQJiU99CgJW0bPZZOhrbdq05RPEQMzV5q gYFvkGJIdw6wwB2iAibc2PwjvRGhNAmV+ZW7PXyQ= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Tq76n4DCfz113C; Tue, 5 Mar 2024 20:52:33 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4Tq76n3CbPz10n7; Tue, 5 Mar 2024 20:52:33 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: Add alsa-midi-latency-test. Date: Tue, 5 Mar 2024 21:52:22 +0100 Message-ID: <6c5bf499c159e1c01846590b4cc52f840d3dce2e.1709671942.git.goodoldpaul@autistici.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Gabriel Wicki Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/audio.scm (alsa-midi-latency-test): New variable. Change-Id: I35d3047cb997c5787de515a38ae0a0eb8f12600d --- gnu/packages/audio.scm | 44 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 578a0bd016..46897bf213 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -31,7 +31,7 @@ ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020, 2021 Guillaume Le Vaillant ;;; Copyright © 2020 Jonathan Frederickson -;;; Copyright © 2020 Giacomo Leidi +;;; Copyright © 2020, 2024 Giacomo Leidi ;;; Copyright © 2020, 2021, 2023 Vinicius Monego ;;; Copyright © 2020 Michael Rohleder ;;; Copyright © 2021 jgart @@ -261,6 +261,48 @@ (define-public wildmidi ;; Player. license:gpl3+)))) +(define-public alsa-midi-latency-test + (let ((version "0.0.5") + (revision "0") + (commit "07e43f8a1e6fd6d3bd97a00f2ee5afb74cb66f95")) + (package + (name "alsa-midi-latency-test") + (version (git-version version revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/koppi/alsa-midi-latency-test") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b3xd4z7zx6mmh6q2q7wnyd0hzikny2cikwzhaab3q86b551vb9n")))) + (build-system gnu-build-system) + (arguments + (list + ;; There are no tests. + #:tests? #f + #:phases + #~(modify-phases %standard-phases + (replace 'bootstrap + (lambda _ + (invoke "sh" "./autogen.sh")))))) + (native-inputs + (list + automake + autoconf + libtool)) + (inputs (list alsa-lib)) + (synopsis + "Measure the roundtrip time of MIDI messages") + (description + "@code{alsa-midi-latency-test} measures the roundtrip time of a MIDI +message in the alsa subsystem of the Linux kernel using a high precision timer. +It calculates the worst case roundtrip time of all sent MIDI messages and +displays a histogram of the roundtrip time jitter.") + (home-page "https://github.com/koppi/alsa-midi-latency-test") + (license license:gpl2)))) + (define-public webrtc-audio-processing (package (name "webrtc-audio-processing") base-commit: f18d13b5f89c161c6ee88d15ecdaa8d973ee4503 -- 2.41.0 ------------=_1710865922-25567-1--