Lines Matching defs:command
128 int command;
147 command = this->buf[this->pos_read];
155 if (command == 0xb2 || command == 0xc2 || command == 0xf2) {
156 unsigned char fixed = command & 0xf0;
158 command = fixed;
162 /* check MIDI command length */
163 if (command & 0x80) {
164 midi_length = midibuf_message_length(command);
165 this->command_prev = command;
214 return 0; /* command is not yet complete */
217 return 0; /* command is not yet complete */