Skip to content

Commit c47ffe9

Browse files
authored
Merge pull request #506 from BlitzCityDIY/midi_parser
Add MIDI Parser helper
2 parents ce545cc + 132d5f8 commit c47ffe9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1082,3 +1082,6 @@
10821082
[submodule "libraries/helpers/argv_file"]
10831083
path = libraries/helpers/argv_file
10841084
url = https://github.com/adafruit/Adafruit_CircuitPython_Argv_File.git
1085+
[submodule "librares/helpers/midi_parser"]
1086+
path = libraries/helpers/midi_parser
1087+
url = https://github.com/adafruit/Adafruit_CircuitPython_MIDI_Parser.git

circuitpython_library_list.md

+1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ There are 360 libraries available.
312312
* [Adafruit CircuitPython LIFX](https://github.com/adafruit/Adafruit_CircuitPython_LIFX.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-lifx)) \([Docs](https://docs.circuitpython.org/projects/lifx/en/latest/))
313313
* [Adafruit CircuitPython Logging](https://github.com/adafruit/Adafruit_CircuitPython_Logging.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-logging)) \([Docs](https://docs.circuitpython.org/projects/logging/en/latest/))
314314
* [Adafruit CircuitPython MIDI](https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-midi)) \([Docs](https://docs.circuitpython.org/projects/midi/en/latest/))
315+
* [Adafruit CircuitPython MIDI Parser](https://github.com/adafruit/Adafruit_CircuitPython_MIDI_Parser.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-midi-parser)) \([Docs](https://docs.circuitpython.org/projects/midi_parser/en/latest/))
315316
* [Adafruit CircuitPython MacroPad](https://github.com/adafruit/Adafruit_CircuitPython_MacroPad.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-macropad)) \([Docs](https://docs.circuitpython.org/projects/macropad/en/latest/))
316317
* [Adafruit CircuitPython MagTag](https://github.com/adafruit/Adafruit_CircuitPython_MagTag.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-magtag)) \([Docs](https://docs.circuitpython.org/projects/magtag/en/latest/))
317318
* [Adafruit CircuitPython MatrixPortal](https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-matrixportal)) \([Docs](https://docs.circuitpython.org/projects/matrixportal/en/latest/))

libraries/helpers/midi_parser

Submodule midi_parser added at 5ca7139

0 commit comments

Comments
 (0)