Skip to content

Commit 713c929

Browse files
authored
Merge pull request #259 from Arteneko/patch-1
Fixed dead link on Introduction to MIDI page
2 parents 11d2711 + 1b2410d commit 713c929

File tree

1 file changed

+2
-2
lines changed
  • content/built-in-examples/04.communication/Midi

1 file changed

+2
-2
lines changed

content/built-in-examples/04.communication/Midi/Midi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MIDI bytes are divided into two types: **command bytes** and **data bytes**. Com
2020

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

23-
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/).
23+
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/).
2424

2525
### Hardware Required
2626

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

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

69-
*Last revision 2015/12/10 by AG*
69+
*Last revision 2015/12/10 by AG*

0 commit comments

Comments
 (0)