#import #import @interface PYMIDIRealSource : PYMIDIRealEndpoint { } - (id)initWithCoder:(NSCoder*)coder; - (void)syncWithMIDIEndpoint; - (void)startIO; - (void)stopIO; - (void)processMIDIPacketList:(const MIDIPacketList*)packetList sender:(id)sender; @end