OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_MIDI
(Results
1 - 3
of
3
) sorted by null
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
MidiTest.java
145
waltDevice.command(WaltDevice.
CMD_MIDI
);
196
waltDevice.command(WaltDevice.
CMD_MIDI
);
198
logger.log("Failed to send command
CMD_MIDI
: " + e.getMessage());
WaltDevice.java
57
static final char
CMD_MIDI
= 'M'; // Start listening for a MIDI message
/external/walt/arduino/walt/
walt.ino
46
#define
CMD_MIDI
'M'
321
} else if (cmd ==
CMD_MIDI
) {
326
send_ack(
CMD_MIDI
);
Completed in 120 milliseconds