~ubuntu-branches/ubuntu/vivid/ardour/vivid-proposed

« back to all changes in this revision

Viewing changes to libs/surfaces/powermate/README

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler, Jaromír Mikeš, Felipe Sateler
  • Date: 2014-05-22 14:39:25 UTC
  • mfrom: (29 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: package-import@ubuntu.com-20140522143925-vwqfo9287pmkrroe
Tags: 1:2.8.16+git20131003-3
* Team upload

[ Jaromír Mikeš ]
* Add -dbg package

[ Felipe Sateler ]
* Upload to experimental

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This module works with the Griffin Powermate and allows some basic transport control.
 
3
 
 
4
It autodetects the Powermate on any input device of the form "/dev/input/event*".  This means you must have the powermate module in your kernel.  It works out-of-the-box with 64Studio and presumably lots of other modern distributions.
 
5
 
 
6
Turning the wheel left and right will act as a "Shuttle" wheel, adjusting playback speed up and down
 
7
Pushing the knob will switch between play and stop
 
8
Pushing the knob while turning will jump to the next or previous markers
 
9
 
 
10
 
 
11
In order for the powermate to work, you have to have permission to open the input device for reading.
 
12
In debian, I changed /etc/udev/rules.d/0_permissions.rules to have the line:
 
13
KERNEL=="event[0-9]*",          MODE="0666"
 
14
but there are other ways to achieve this
 
15
 
 
16
 
 
17
Feedback, tweaks, bug fixes and feature ideas are encouraged
 
18
 
 
19
-Ben Loftis, ben@benloftis.com
 
20
 
 
21
 
 
 
b'\\ No newline at end of file'