Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/built-in-examples/04.communication/Midi/Midi.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MIDI bytes are divided into two types: **command bytes** and **data bytes**. Com

MIDI data is usually notated in hexadecimal because MIDI banks and instruments are grouped in groups of 16.

For more see this [introduction to MIDI](http://www.tigoe.net/pcomp/code/communication/midi) or this [example](https://itp.nyu.edu/physcomp/labs/labs-serial-communication/lab-midi-output-using-an-arduino/).
For more see this [introduction to MIDI](https://web.archive.org/web/20220331023548/https://www.tigoe.com/pcomp/code/communication/midi/) (web archive link) or this [example](https://itp.nyu.edu/physcomp/labs/labs-serial-communication/lab-midi-output-using-an-arduino/).

### Hardware Required

Expand Down Expand Up @@ -66,4 +66,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples)

You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language.

*Last revision 2015/12/10 by AG*
*Last revision 2015/12/10 by AG*