From 58f956b57e5f9f94be10e14c3d8ba954187637e9 Mon Sep 17 00:00:00 2001 From: eefano <77832+eefano@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:29:28 +0200 Subject: [PATCH] prettier fix --- packages/midi/midi.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/midi/midi.mjs b/packages/midi/midi.mjs index 73383a378..5880ca268 100644 --- a/packages/midi/midi.mjs +++ b/packages/midi/midi.mjs @@ -536,7 +536,7 @@ export async function midin(input) { * * The note length is fixed as Superdough is not currently set up for undetermined * note durations - * + * * The 'midichan' control value contains the number of the channel the note is coming from * so it could be filtered or manipulated further in the chain. *