From a0291e8a428d6dbf96f6e1c93b1a31423f1172f6 Mon Sep 17 00:00:00 2001 From: Nick Matantsev Date: Thu, 25 Dec 2025 21:07:39 -0500 Subject: [PATCH] Fix comments --- packages/midi/input.mjs | 2 +- packages/midi/util.mjs | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/midi/input.mjs b/packages/midi/input.mjs index aa16cfea..943916e5 100644 --- a/packages/midi/input.mjs +++ b/packages/midi/input.mjs @@ -1,5 +1,5 @@ /* -midi.mjs - +input.mjs - MIDI input wrapper Copyright (C) 2022 Strudel contributors - see This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ diff --git a/packages/midi/util.mjs b/packages/midi/util.mjs index f2e7e822..99158e68 100644 --- a/packages/midi/util.mjs +++ b/packages/midi/util.mjs @@ -1,3 +1,9 @@ +/* +util.mjs - MIDI utility functions +Copyright (C) 2022 Strudel contributors - see +This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . +*/ + import { Input, Output } from 'webmidi'; /**