M
Reaction score
0

Latest activity Postings About

    • M
      MadMike replied to the thread Inexplicable error T4-1.
      Hi, Made a small .ino, but I cannot reproduce my problem. Something about Eclipse+Sloeber, perhaps. Sob and sniff. Meanwhile, thanks for the suggestions from the respondents. I shall continue to try and solve the problem.
    • M
      MadMike replied to the thread Inexplicable error T4-1.
      Thanks. I'll give the Arduino IDE a try. May take a few days.
    • M
      MadMike replied to the thread Inexplicable error T4-1.
      Also the error I reported exists without running running setHandleProgramChange; the error occurs with just the presence of usb_midi_handleProgramChange = fptr. Almost as if the linker is putting this function in some wrong place.
    • M
      MadMike replied to the thread Inexplicable error T4-1.
      1. usbMIDI.setHandleProgramChange(mProgramChange); mProgramChange points at a correct and present function. 2. extern void (*usb_midi_handleProgramChange)(uint8_t ch, uint8_t program); 3. if (usb_midi_handleProgramChange)...
    • M
      Code snippet from usb_midi.h void setHandleProgramChange(void (*fptr)(uint8_t channel, uint8_t program)) { // type: 0xC0 ProgramChange // usb_midi_handleProgramChange = fptr; //zzz } if "usb_midi_handleProgramChange =...
  • Loading…
  • Loading…
Back
Top