thejpster / monotron

A simple 8-bit home computer style application for the TI Tiva-C Launchpad
Apache License 2.0
191 stars 9 forks source link

Write a MIDI driver #51

Open thejpster opened 5 years ago

thejpster commented 5 years ago

The PCB has MIDI in and MIDI out. We need a MIDI driver that allows applications to send and receive MIDI events. Or at the very least some test code.

thejpster commented 5 years ago

Basic mplay and mterm commands added.

thejpster commented 5 years ago

But MIDI should be a device you can open, where you can then read and write MIDI events.