Home
last modified time | relevance | path

Searched refs:CMD_MIDI (Results 1 – 3 of 3) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMidiTest.java145 waltDevice.command(WaltDevice.CMD_MIDI); in setupMidiOut()
196 waltDevice.command(WaltDevice.CMD_MIDI);
DWaltDevice.java58 static final char CMD_MIDI = 'M'; // Start listening for a MIDI message field in WaltDevice
/external/walt/arduino/walt/
Dwalt.ino46 #define CMD_MIDI 'M'
344 } else if (cmd == CMD_MIDI) {
349 send_ack(CMD_MIDI);