From 156f5e4a4258437fa1136dcb78780828de961dbf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 Oct 2010 23:35:05 +0000 Subject: Only compute and render the visible portion of crossfades. Fixes #3498. git-svn-id: svn://localhost/ardour2/branches/3.0@7901 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_streamview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/audio_streamview.h') diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index 93c74c5bb2..4f2ef2c7ed 100644 --- a/gtk2_ardour/audio_streamview.h +++ b/gtk2_ardour/audio_streamview.h @@ -57,6 +57,7 @@ class AudioStreamView : public StreamView ~AudioStreamView (); int set_samples_per_unit (gdouble spp); + void horizontal_position_changed (); int set_amplitude_above_axis (gdouble app); gdouble get_amplitude_above_axis () { return _amplitude_above_axis; } -- cgit v1.2.3