add new sigc++2 directory
[ardour.git] / libs / surfaces / powermate / README
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