52b4b464f9
svn+ssh://ardoursvn@subversion.ardour.org/ardour2/branches/build_fixes ........ r6292 | trutkin | 2009-12-05 08:31:25 -0500 (Sat, 05 Dec 2009) | 1 line remove scons build files ........ r6294 | trutkin | 2009-12-05 09:11:17 -0500 (Sat, 05 Dec 2009) | 2 lines cairomm remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6295 | trutkin | 2009-12-05 09:12:54 -0500 (Sat, 05 Dec 2009) | 2 lines soundtouch remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6311 | trutkin | 2009-12-05 23:38:49 -0500 (Sat, 05 Dec 2009) | 2 lines glibmm2, gtkmm2, libgnomecanvasmm, sigc++2 remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6314 | trutkin | 2009-12-06 09:15:49 -0500 (Sun, 06 Dec 2009) | 4 lines remove scons referencing from Makefile - TODO: should move cscope stuff to waf and get rid of the Makefile ........ git-svn-id: svn://localhost/ardour2/branches/3.0@6315 d708f5d6-7413-0410-9779-e7cbd77b26cf |
||
---|---|---|
.. | ||
i18n.h | ||
interface.cc | ||
powermate.cc | ||
powermate.h | ||
README | ||
wscript |
This module works with the Griffin Powermate and allows some basic transport control. 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. Turning the wheel left and right will act as a "Shuttle" wheel, adjusting playback speed up and down Pushing the knob will switch between play and stop Pushing the knob while turning will jump to the next or previous markers In order for the powermate to work, you have to have permission to open the input device for reading. In debian, I changed /etc/udev/rules.d/0_permissions.rules to have the line: KERNEL=="event[0-9]*", MODE="0666" but there are other ways to achieve this Feedback, tweaks, bug fixes and feature ideas are encouraged -Ben Loftis, ben@benloftis.com