Fix formatting

This commit is contained in:
Václav Volhejn
2026-01-10 07:18:29 -08:00
parent cc15e3cd36
commit 726e5ef14a
+1 -1
View File
@@ -488,7 +488,7 @@ const refsByChan = {};
* MIDI input: Opens a MIDI input port to receive MIDI control change messages.
*
* The output is a function that accepts a midi cc value to query as well as (optionally) a midi channel
* @tags external_io
* @tags external_io
* @param {string | number} input MIDI device name or index defaulting to 0
* @returns {function(number, number=): Pattern} A function from (cc, channel?) to a pattern.
* When queried, the pattern will produces the most recently received midi value (normalized to 0 to 1)