mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +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
11
libs/surfaces/mackie/scripts/dump.rb
Executable file
11
libs/surfaces/mackie/scripts/dump.rb
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
while !File.exist? ARGV[0]
|
||||
sleep 0.010
|
||||
end
|
||||
|
||||
file = File.open ARGV[0], 'r'
|
||||
|
||||
while bytes = file.sysread( 3 )
|
||||
puts "%02x %02x %02x" % [ bytes[0], bytes[1], bytes[2] ]
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue