From b05968fb4e303ce47b6e09cd1bc713f3af28a6f9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 12 Apr 2013 11:31:50 -0400 Subject: change frames_per_pixel to samples_per_pixel --- gtk2_ardour/ghostregion.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/ghostregion.cc') diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc index caab67ef44..f881efa8d2 100644 --- a/gtk2_ardour/ghostregion.cc +++ b/gtk2_ardour/ghostregion.cc @@ -108,10 +108,10 @@ AudioGhostRegion::AudioGhostRegion(TimeAxisView& tv, TimeAxisView& source_tv, do } void -AudioGhostRegion::set_frames_per_pixel (double fpp) +AudioGhostRegion::set_samples_per_pixel (double fpp) { for (vector::iterator i = waves.begin(); i != waves.end(); ++i) { - (*i)->set_frames_per_pixel (fpp); + (*i)->set_samples_per_pixel (fpp); } } @@ -200,7 +200,7 @@ MidiGhostRegion::GhostEvent::~GhostEvent () } void -MidiGhostRegion::set_frames_per_pixel (double /*spu*/) +MidiGhostRegion::set_samples_per_pixel (double /*spu*/) { } -- cgit v1.2.3