No description
  • C 49.2%
  • HTML 43.5%
  • CSS 6.8%
  • Makefile 0.5%
Find a file
2019-09-09 19:22:00 +02:00
arduino Added files 2019-08-30 23:46:47 +02:00
html Added files 2019-08-30 23:46:47 +02:00
src Added files 2019-08-30 23:46:47 +02:00
Makefile Update Makefile 2019-09-09 19:22:00 +02:00
README Added files 2019-08-30 23:46:47 +02:00
README.md Update README.md 2019-08-30 23:49:36 +02:00

ttymidi

ttymidi with SysEx support (for MT-32)

I modified ttymidi in order to be able to process SysEx messages. This is crucial for some applications (like using Munt). I only implemented in one direction for now (Midi serial -> ALSA) as that is the only thing important for Munt.

The code is based on sixeight7's code (https://github.com/sixeight7/ttymidi). His code unfortunately didn't work correctly.