mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
10 lines
124 B
Ruby
10 lines
124 B
Ruby
|
|
#! /usr/bin/ruby
|
||
|
|
|
||
|
|
require 'controls.rb'
|
||
|
|
require 'pp'
|
||
|
|
|
||
|
|
sf = Surface.new
|
||
|
|
sf.parse
|
||
|
|
sf.types.each{|k,v| puts "%02.x #{v}" % k}
|
||
|
|
|