Does anyone know how to add midi to the AIN_DIN_DOUT application? I have tried but no luck yet.
-Sephult
Does anyone know how to add midi to the AIN_DIN_DOUT application? I have tried but no luck yet.
-Sephult
For the records: problem was that Sephult tried to set a pin with “MIOS_DOUT_Pinset”, but the correct name is “MIOS_DOUT_PinSet”.
The parser of the PIC assembler is case sensitive
Best Regards, Thorsten.
Hi Sephult,
Did you solve your issues with mapping MIDI to DOUT? If so, would you mind letting me know what code you used? As you’ve suggested, I tried to “reuse” J5_DOUT example application, but I’m getting lost on the part for setting the pin status (following MIOS_DOUT_PinSet function). I guess what I’m asking is what is the equivalent of J5_STATUS?
Thanks much,
dgsonics