Skip to content

Instantly share code, notes, and snippets.

@rick
Created November 24, 2008 03:50
Show Gist options
  • Select an option

  • Save rick/28368 to your computer and use it in GitHub Desktop.

Select an option

Save rick/28368 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'midiator'
midi = MIDIator::Interface.new
midi.autodetect_driver
include MIDIator::Notes
midi.play C4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment