From 14af7754cfc5de913d5774a43ebf3f1653209814 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 1 May 2024 16:00:28 +0300 Subject: format tables in LDoc via HTML instead of Markdown * this is unreliable but should be tested on the build server as well * drops the lua-discount dependency * updated TODO --- midi.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'midi.lua') diff --git a/midi.lua b/midi.lua index 4b02d01..f56368f 100644 --- a/midi.lua +++ b/midi.lua @@ -14,9 +14,10 @@ cdef_include "midi.h" -- MIDI events are 24-bit words with the -- [following structure](https://www.codecademy.com/resources/docs/markdown/tables): -- --- | Bit 23-16 | 15-8 | 7-4 | 3-0 | --- | --------- | ---- | --- | --- | --- | Controller value / velocity | Controller number / key | Command code | Channel number | +-- +--
Bit 23-1615-87-43-0 +--
Controller value / velocityController number / keyCommand codeChannel number +--
-- -- MIDI streams can and are usually ticked at the sample rate but will generate 0 words -- in absence of events. -- cgit v1.2.3