Lines Matching full:midi
5 Implements a simple USB MIDI loopback and keyboard device.
10 This sample demonstrates how to implement a USB MIDI device. It can run on
16 The application exposes a single USB-MIDI interface with a single bidirectional
18 that carries MIDI1 messages, pretty much like a standard USB-MIDI in/out adapter
19 would provide. The loopback acts as if a real MIDI cable was connected between
20 the output and the input, and the input keys act as a MIDI keyboard.
25 The code can be found in :zephyr_file:`samples/subsys/usb/midi`.
30 :zephyr-app: samples/subsys/usb/midi
35 Using the MIDI interface
39 with MIDI support. For example, on Linux, you can use alsa to access the device:
45 IO hw:2,1,0 Group 1 (USBD MIDI Sample)
47 On Mac OS you can use the system tool "Audio MIDI Setup" to view the device,
48 see https://support.apple.com/guide/audio-midi-setup/set-up-midi-devices-ams875bae1e0/mac
50 The "USBD MIDI Sample" interface should also appear in any program with MIDI
58 Open a first shell, and start dumping MIDI events:
65 Then, in a second shell, send some MIDI events (for example note-on/note-off):