Skip to content

Releases: halfbyte/portmidi

The Porttime beta release

28 Jan 13:23
Compare
Choose a tag to compare
Pre-release

Since I hacked Porttime support into Portmidi for my RubyOnIce talk, I wanted to get it out there as quickly as possible, hence the beta release.

  • Porttime.start gives you now access to the Porttime timer system. It suprisingly "just" works, but I'm pretty sure I've added some interesting bugs with this, as the timer system runs in a different thread.
  • Portmidi.write_short now accepts a timestamp, but please be aware that these timestamps are only used to sort messages, not to delay their sending.