소스 검색

MIDIDevice::send cable input is optional (defaults to cable 0)

main
PaulStoffregen 6 년 전
부모
커밋
c07d78de13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      USBHost_t36.h

+ 1
- 1
USBHost_t36.h 파일 보기

@@ -969,7 +969,7 @@ public:
sendControlChange(99, 0x7F, channel, cable);
sendControlChange(98, 0x7F, channel, cable);
}
void send(uint8_t type, uint8_t data1, uint8_t data2, uint8_t channel, uint8_t cable) {
void send(uint8_t type, uint8_t data1, uint8_t data2, uint8_t channel, uint8_t cable=0) {
//if (cable >= MIDI_NUM_CABLES) return;
if (type < 0xF0) {
if (type < 0x80) return;

Loading…
취소
저장