Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0.

This commit is contained in:
Dean Camera 2010-11-24 13:57:44 +00:00
parent 423d4018f0
commit 857a82674f
7 changed files with 1444 additions and 2 deletions

View file

@ -319,7 +319,7 @@ static void WriteNextResponseByte(const uint8_t Response)
}
}
/* Write the next byte to the OUT endpoint */
/* Write the next byte to the IN endpoint */
Endpoint_Write_Byte(Response);
}