Skip to content

Commit 2082206

Browse files
authored
Merge branch 'main' into synthvoice
2 parents 9d8c8c7 + 94d4355 commit 2082206

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
@@ -466,6 +466,9 @@
466466
[submodule "libraries/helpers/waveform"]
467467
path = libraries/helpers/waveform
468468
url = https://github.com/relic-se/CircuitPython_Waveform.git
469+
[submodule "libraries/helpers/keymanager"]
470+
path = libraries/helpers/keymanager
471+
url = https://github.com/relic-se/CircuitPython_KeyManager.git
469472
[submodule "libraries/helpers/synthvoice"]
470473
path = libraries/helpers/synthvoice
471474
url = https://github.com/relic-se/CircuitPython_SynthVoice.git

circuitpython_community_library_list.md

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
115115
* [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/))
116116
* [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/))
117117
* [CircuitPython iperf](https://github.com/bablokb/circuitpython-iperf) CircuitPython port of the iperf3-utility
118+
* [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/))
118119
* [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))
119120
* [CircuitPython Mag Cal](https://github.com/furbrain/CircuitPython_mag_cal.git) Calibrate magnetic sensors \([Docs](https://circuitpython-mag-cal.readthedocs.io/en/latest/))
120121
* [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

libraries/helpers/keymanager

Submodule keymanager added at 3e3607b

0 commit comments

Comments
 (0)