Adding more detail to MIDI example notes.

This commit is contained in:
sandyjmacdonald 2021-03-10 23:54:48 +00:00
parent 3a2061f69f
commit 65e10e39da
1 changed files with 3 additions and 0 deletions

View File

@ -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