mrRay / vvopensource

OSC and MIDI frameworks for OS X and iOS, a framework for managing and rendering to GL textures in OS X, and a functional ISF (interactive shader format) implementation for OS X.
231 stars 33 forks source link

Preserve incoming MIDI message timestamps #17

Closed markwheeler closed 8 years ago

markwheeler commented 8 years ago

Hi, here's a small change to VVMIDI that means that incoming MIDI messages with timestamps keep their existing timestamps as they get passed along (previously they became zero).

mrRay commented 8 years ago

thanks mark!