Adding more detail to MIDI example notes.
This commit is contained in:
parent
3a2061f69f
commit
65e10e39da
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
# Demonstrates how to send MIDI notes by attaching handler functions to key
|
||||
# presses with decorators.
|
||||
|
||||
# You'll need to connect Keybow 2040 to a computer running a DAW like Ableton,
|
||||
# or other software synth, or to a hardware synth that accepts USB MIDI.
|
||||
|
||||
# NOTE! Requires the adafruit_midi CircuitPython library!
|
||||
|
||||
import time
|
||||
|
|
Loading…
Reference in a new issue