Skip to content

Conversation

@kirikak2
Copy link
Contributor

@kirikak2 kirikak2 commented May 9, 2023

Summary

This Pull Request adds code to implement MIDI functionality to prk_firmware.

Changes Made

  • Added USB-MIDI device class to prk_firmware
  • Implemented packets for Note On/Off, Control Change, Program Change, and MIDI Realtime messages
  • Implemented Octave Up/Down, Transpose Up/Down, and Velocity Up/Down
  • Implemented MIDI note playback functionality with MML

Concerns

  • Increased the maximum number of symbols from 1000 to 2000 due to the increase in symbol count
  • Some functions cause Syntax Errors when executed with picorbc, so they have been commented out. We would like to resolve this issue so that all comments can be removed.

@kirikak2 kirikak2 changed the title Midi impl Add MIDI implementation May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant