Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Latest commit

 

History

History
53 lines (31 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.03 KB

midiator Changelog

0.5.1 / 2011-02-22

  • tweak Rakefile for gem test

0.5.0 / 2011-02-22

  • OSX now defaults to DLS Synth

0.4.0 / 2011-01-25

  • minor tweaks to packaging
  • remove dependency on Platform gem

0.3.3 / 2010-11-13

  • convert build system to hoe
  • convert tests to rspec2

0.3.2 / 2009-04-02

  • minor doc bug fix

0.3.1 / 2009-04-02

  • Added DLSSynth example (Giles Bowkett)
  • Interface#play supports playing multiple notes at once (David Brady)
  • Added cygwin support (Adam Murray)

0.3.0 / 2008-11-23

  • Added method to show allow drivers to give the user instructions
  • Added Control Change (CC) messages (Jeremy Voorhis)
  • Cleaned up CoreMIDI driver (Jeremy Voorhis)
  • Added software synth driver on OSX (Adam Murray & Jeremy Voorhis)

0.2.0 / 2008-10-29

  • Cleaned up MIDI note shortcuts (Xavier Shay)
  • Fixed platform detection with Platform gem (Giles Bowkett)

0.1.1 / 2008-10-19

  • Fix bug in the CoreMIDI driver

0.1.0 / 2008-10-19

  • First release!

0.0.1 / 2008-07-04

  • Project Created