 |
Ardour
8.12
|
Go to the documentation of this file.
45 #ifndef ardour_tranzport_base
46 #define ardour_tranzport_base
48 #define DEFAULT_USB_TIMEOUT 10
50 #define MAX_TRANZPORT_INFLIGHT 4
51 #define DEBUG_TRANZPORT 0
53 #ifndef HAVE_TRANZPORT_KERNEL_DRIVER
54 #define HAVE_TRANZPORT_KERNEL_DRIVER 0
57 #ifndef HAVE_TRANZPORT_MIDI_DRIVER
58 #define HAVE_TRANZPORT_MIDI_DRIVER 0
62 #define TRANZPORT_DEVICE "/dev/tranzport0"
64 #if DEBUG_TRANZPORT > 0
65 #define DEBUG_TRANZPORT_SCREEN 10
66 #define DEBUG_TRANZPORT_BITS 10
67 #define DEBUG_TRANZPORT_LIGHTS 10
68 #define DEBUG_TRANZPORT_STATE 10
70 #define DEBUG_TRANZPORT 0
71 #define DEBUG_TRANZPORT_BITS 0
72 #define DEBUG_TRANZPORT_SCREEN 0
73 #define DEBUG_TRANZPORT_LIGHTS 0
74 #define DEBUG_TRANZPORT_STATE 0