X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmidi%2F__init__.py;fp=decoders%2Fmidi%2F__init__.py;h=a453346db4700eb3edd27604161e912b2f5518a8;hp=029cfc01d88b71cc6360712e08c7f07721e64450;hb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;hpb=37e4c724efa64dd6061f7bb83f126b81da949771 diff --git a/decoders/midi/__init__.py b/decoders/midi/__init__.py index 029cfc0..a453346 100644 --- a/decoders/midi/__init__.py +++ b/decoders/midi/__init__.py @@ -19,11 +19,11 @@ ## ''' -MIDI protocol decoder. +This decoder stacks on top of the 'uart' PD and decodes the MIDI +(Musical Instrument Digital Interface) protocol. -The MIDI protocol is layered on top of the UART (async serial) protocol, -with a fixed baud rate of 31250 baud (+/- 1%) and 8n1 settings. Bytes are -sent LSB-first. +MIDI is layered on top of the UART (async serial) protocol, with a fixed +baud rate of 31250 baud (+/- 1%) and 8n1 settings. Bytes are sent LSB-first. ''' from .pd import *