View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001242 | ardour | bugs | public | 2006-06-17 22:24 | 2008-11-20 23:48 |
| Reporter | jimduchek | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001242: Track record light does not function on Tranzport [patch attached] | ||||
| Description | The track record light never comes on, although the track record button is functional. | ||||
| Tags | No tags attached. | ||||
|
2006-06-17 22:24
|
tranzport.patch (561 bytes)
Index: tranzport_control_protocol.cc
===================================================================
--- tranzport_control_protocol.cc (revision 614)
+++ tranzport_control_protocol.cc (working copy)
@@ -759,6 +759,14 @@
}
}
+ if (pending_lights[LightTrackrec] != lights[LightTrackrec]) {
+ if (pending_lights[LightTrackrec]) {
+ light_on (LightTrackrec);
+ } else {
+ light_off (LightTrackrec);
+ }
+ }
+
if (pending_lights[LightTrackmute] != lights[LightTrackmute]) {
if (pending_lights[LightTrackmute]) {
light_on (LightTrackmute);
|
|
|
thanks! applied to SVN. how is the tranzport working for you, overall? we believe that a reworking of libusb is required to get it working reliably. what has your experience been? |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-06-17 22:24 | jimduchek | New Issue | |
| 2006-06-17 22:24 | jimduchek | File Added: tranzport.patch | |
| 2006-10-26 18:14 | paul | Status | new => resolved |
| 2006-10-26 18:14 | paul | Resolution | open => fixed |
| 2006-10-26 18:14 | paul | Assigned To | => paul |
| 2006-10-26 18:14 | paul | Note Added: 0002530 | |
| 2008-11-20 23:48 | seablade | Status | resolved => closed |