Paul Davis
45d3ec1437
git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1698 d708f5d6-7413-0410-9779-e7cbd77b26cf
11 lines
170 B
Ruby
11 lines
170 B
Ruby
#! /usr/bin/ruby
|
|
|
|
require 'mackie.rb'
|
|
|
|
@file = File.open '/dev/snd/midiC2D0', 'r+'
|
|
|
|
@led_8_on = [ 0x90, 0x18, 0x7f ]
|
|
@hci = [ 0, 0xf7 ]
|
|
@version_req = [ 0x13, 0, 0xf7 ]
|
|
|