Paul Davis
449aab3c46
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 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 ]
|
|
|