View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001867 | ardour | bugs | public | 2007-09-14 20:15 | 2009-10-30 00:04 |
| Reporter | oofus | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Dual 666MHz PIII | OS | Mandriva | OS Version | 2007 |
| Product Version | 2.0 | ||||
| Summary | 0001867: When clicking on a fade in/out handle, the large time only appears once the fade handle has been moved. | ||||
| Description | When clicking on a fade in/out handle, the cursor clock only appears once the fade handle has been moved. As this is (I think) the only way to see the length of a fade, it would be useful if the cursor clock appeared as soon as the handle was clicked, not after it has been moved. | ||||
| Tags | No tags attached. | ||||
|
2009-10-28 17:42
|
1867_fade_drag.patch (815 bytes)
Index: gtk2_ardour/editor_drag.cc =================================================================== --- gtk2_ardour/editor_drag.cc (revision 5956) +++ gtk2_ardour/editor_drag.cc (working copy) @@ -1947,6 +1947,7 @@ boost::shared_ptr<AudioRegion> const r = a->audio_region (); _pointer_frame_offset = _grab_frame - ((nframes64_t) r->fade_in()->back()->when + r->position()); + _editor->show_verbose_duration_cursor (r->position(), r->position() + r->fade_in()->back()->when, 10); } void @@ -2039,6 +2040,7 @@ boost::shared_ptr<AudioRegion> r = a->audio_region (); _pointer_frame_offset = _grab_frame - (r->length() - (nframes64_t) r->fade_out()->back()->when + r->position()); + _editor->show_verbose_duration_cursor (r->last_frame() - r->fade_out()->back()->when, r->last_frame(), 10); } void |
|
|
Have attached a patch against Ardour 3, svn rev 5956. |
|
|
Applied to 3.0 rev 5964. Thanks! |
|
|
see notes |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-09-14 20:15 | oofus | New Issue | |
| 2009-10-28 17:42 | oofus | File Added: 1867_fade_drag.patch | |
| 2009-10-28 17:44 | oofus | Note Added: 0006912 | |
| 2009-10-28 22:00 | cth103 | cost | => 0.00 |
| 2009-10-28 22:00 | cth103 | Note Added: 0006915 | |
| 2009-10-28 22:00 | cth103 | Status | new => resolved |
| 2009-10-28 22:00 | cth103 | Fixed in Version | => SVN 3.0 |
| 2009-10-28 22:00 | cth103 | Resolution | open => fixed |
| 2009-10-28 22:00 | cth103 | Assigned To | => cth103 |
| 2009-10-30 00:04 | oofus | Status | resolved => feedback |
| 2009-10-30 00:04 | oofus | Resolution | fixed => reopened |
| 2009-10-30 00:04 | oofus | Note Added: 0006990 | |
| 2009-10-30 00:04 | oofus | Status | feedback => closed |
| 2009-10-30 00:04 | oofus | Resolution | reopened => fixed |