Fixed error handling to use XSI strerror_r(), not the GNU version.
[ardour.git] / libs / surfaces / mackie / scripts / test_controls.rb
1 #! /usr/bin/ruby
2
3 require 'controls.rb'
4 require 'pp'
5
6 sf = Surface.new
7 sf.parse
8 sf.types.each{|k,v| puts "%02.x #{v}" % k}
9