13
0
livetrax/libs/surfaces/frontier/kernel_drivers
2013-07-15 14:29:00 -04:00
..
doc rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
tests rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
BUILD rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
Makefile rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
README rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
tranzport.c use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in several files 2013-07-15 14:29:00 -04:00

This directory contains the USB Tranzport Kernel driver for Linux.

At present it accepts reads/writes of 8 byte cmds to /dev/tranzport0 to control
the lights and screen.

Reads are possible. Wheel Compression does not currently account for button changes

It also has some sysfs hooks that are non-functional at the moment.

The API is closely tied to the ardour revision and WILL change. 

A sysfs interface is PERFECT for simple userspace apps to do fun things with the
lights and screen. It's fairly lousy for handling input events and very lousy
for watching the state of the shuttle wheel.

In the end this is going to be driven by a midi layer