View Issue Details

IDProjectCategoryView StatusLast Update
0001867ardourbugspublic2009-10-30 00:04
Reporteroofus Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformDual 666MHz PIIIOSMandrivaOS Version2007
Product Version2.0 
Summary0001867: When clicking on a fade in/out handle, the large time only appears once the fade handle has been moved.
DescriptionWhen 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.
TagsNo tags attached.

Activities

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
1867_fade_drag.patch (815 bytes)   

oofus

2009-10-28 17:44

developer   ~0006912

Have attached a patch against Ardour 3, svn rev 5956.

cth103

2009-10-28 22:00

administrator   ~0006915

Applied to 3.0 rev 5964. Thanks!

oofus

2009-10-30 00:04

developer   ~0006990

see notes

Issue History

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