diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-07-18 21:31:47 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-10-06 22:08:31 +0200 |
commit | 17f5df4f9eb701d6e8203d2953a7c48d3dd55537 (patch) | |
tree | a79e10f7217fd3410c0bf329110cf33a90d6b5e2 /decoders/Makefile.am | |
parent | ab96960eded15c227208e49007a0b3f65c046aa3 (diff) | |
download | libsigrokdecode-17f5df4f9eb701d6e8203d2953a7c48d3dd55537.tar.gz libsigrokdecode-17f5df4f9eb701d6e8203d2953a7c48d3dd55537.zip |
Add initial MIDI protocol decoder.
This supports a certain number of MIDI messages already, but not yet all
of them. More will be added later.
Diffstat (limited to 'decoders/Makefile.am')
-rw-r--r-- | decoders/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/Makefile.am b/decoders/Makefile.am index 7bc5d26..ea8091f 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -34,6 +34,7 @@ SUBDIRS = \ lm75 \ lpc \ maxim_ds28ea00 \ + midi \ mlx90614 \ mx25lxx05d \ mxc6225xu \ |