Skip to content

Commit 5955a43

Browse files
author
Amanda Butler
authored
Update links in USBMIDI.md
Point links to development instead of the feature branch.
1 parent aca5a76 commit 5955a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/usb/USBMIDI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## USBMIDI
22

3-
<span class="images">![](https://os.mbed.com/docs/development/feature-hal-spec-usb-device-doxy/class_u_s_b_m_i_d_i.png)<span>USBMIDI class hierarchy</span></span>
3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_u_s_b_m_i_d_i.png)<span>USBMIDI class hierarchy</span></span>
44

55
You can use the USBMIDI interface to send and receive MIDI messages over USB using the standard USB-MIDI protocol.
66

77
Examples of tasks you can perform using this library include sending MIDI messages to a computer (such as to record in a sequencer, or trigger a software synthesiser) and receiving messages from a computer (such as actuating things based on MIDI events).
88

99
### USBMIDI class reference
1010

11-
[![View code](https://www.mbed.com/embed/?type=library)](http://os.mbed.com/docs/development/feature-hal-spec-usb-device-doxy/class_u_s_b_m_i_d_i.html)
11+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/class_u_s_b_m_i_d_i.html)
1212

1313
The two examples below use a program called "Anvil Studio 32-bit" to play MIDI notes from an Mbed board through the host PC. You can play back the MIDI notes through headphones or speakers by following the steps below:
1414

0 commit comments

Comments
 (0)