mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
merge r1449 from surfaces branch to include mackie surface and tranzport updates. Thanks to Gerd Flaig for the merge command: svn merge svn+ssh://ardoursvn@ardour.org/ardour2/trunk@1449 svn+ssh://ardoursvn@ardour.org/ardour2/branches/surfaces.
git-svn-id: svn://localhost/ardour2/trunk@1460 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
92c09a6d91
commit
e878b36519
117 changed files with 16565 additions and 46 deletions
9
libs/surfaces/mackie/scripts/test_controls.rb
Executable file
9
libs/surfaces/mackie/scripts/test_controls.rb
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
require 'controls.rb'
|
||||
require 'pp'
|
||||
|
||||
sf = Surface.new
|
||||
sf.parse
|
||||
sf.types.each{|k,v| puts "%02.x #{v}" % k}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue