martinwittmann / touchosc-generator

Generate touchosc files using templates making it possible to reuse and repeat components.
21 stars 2 forks source link

MIDI example? #1

Open shakfu opened 4 years ago

shakfu commented 4 years ago

Hi,

Amazing project. Thanks so much for sharing!

I looked in your examples for a MIDI example but couldn't find one, only OSC.

Is it possible to have a basic example for MIDI?

Incidentally, I thought that yaml could be an additional input format to specify the input template. I'm pretty amazed at the shortness of the generator code. I'm probably wrong, but at a glance the touchosc format seems to be an xml file format that's converted to a bin64 format (and then zip compressed?).

If my speculation is correct, then it should be possible to reverse engineer a touch-osc file back to xml as well. (-:

S