Home
last modified time | relevance | path

Searched defs:MIDIClient (Results 1 – 2 of 2) sorted by relevance

/external/walt/ios/WALT/
DWALTClient.m446 - (void)MIDIClientEndpointAdded:(MIDIClient *)client {
452 - (void)MIDIClientEndpointRemoved:(MIDIClient *)client {
458 - (void)MIDIClientConfigurationChanged:(MIDIClient *)client {
464 - (void)MIDIClient:(MIDIClient *)client receivedError:(NSError *)error {
469 - (void)MIDIClient:(MIDIClient *)client receivedData:(NSData *)message {
DMIDIClient.m26 @interface MIDIClient () interface in readwrite
161 @implementation MIDIClient { implementation