diff --git a/.gitmodules b/.gitmodules index dccce9c..4a1d534 100644 --- a/.gitmodules +++ b/.gitmodules @@ -466,3 +466,7 @@ [submodule "libraries/helpers/waveform"] path = libraries/helpers/waveform url = https://github.com/relic-se/CircuitPython_Waveform.git +[submodule "libraries/helpers/keymanager"] + path = libraries/helpers/keymanager + url = https://github.com/relic-se/CircuitPython_KeyManager.git + \ No newline at end of file diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index ffa7847..79d962d 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -115,6 +115,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython Display_HT16K33](https://github.com/jposada202020/CircuitPython_DISPLAY_HT16K33.git) On display simulation for the HT16K33 driver. Works with 8x8 and 16x8 matrices, as well as 4x7 and 4x14 segments ([PyPi](https://pypi.org/project/circuitpython-display-ht16k33/)) \([Docs](https://circuitpython-display-ht16k33.readthedocs.io/en/latest/)) * [CircuitPython I2C Button](https://github.com/gmparis/CircuitPython_I2C_Button) CircuitPython I2C Button à la Sparkfun Qwiic Button/Switch/Arcade ([PyPI](https://pypi.org/project/circuitpython-i2c-button/)) \([Docs](https://circuitpython-i2c-button.readthedocs.io/en/latest/)) * [CircuitPython iperf](https://github.com/bablokb/circuitpython-iperf) CircuitPython port of the iperf3-utility +* [CircuitPython KeyManager](https://github.com/relic-se/CircuitPython_KeyManager) Helper library to manage notes in musical applications. Includes note priority, arpeggiation, and sequencing. \([Docs](https://circuitpython-keymanager.readthedocs.io/en/latest/)) * [CircuitPython LeapYear](https://github.com/CedarGroveStudios/CircuitPython_LeapYear.git) Confirms whether a specified year is a leap year \([Docs](https://github.com/CedarGroveStudios/CircuitPython_LeapYear/blob/main/media/pseudo_rtd_cedargrove_leapyear.pdf)) * [CircuitPython Mag Cal](https://github.com/furbrain/CircuitPython_mag_cal.git) Calibrate magnetic sensors \([Docs](https://circuitpython-mag-cal.readthedocs.io/en/latest/)) * [CircuitPython MicroOSC](https://github.com/todbot/CircuitPython_MicroOSC.git) ([PyPi](https://pypi.org/project/circuitpython-microosc)) \([Docs](https://circuitpython-microosc.readthedocs.io/en/latest/)) Minimal OSC parser and server for CircuitPython and CPython diff --git a/libraries/helpers/keymanager b/libraries/helpers/keymanager new file mode 160000 index 0000000..3e3607b --- /dev/null +++ b/libraries/helpers/keymanager @@ -0,0 +1 @@ +Subproject commit 3e3607b921e626e4760ea7f75146f56e0bb8ff14