summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas/wave_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-12 11:31:17 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-12 11:31:17 -0400
commite5a3747686e3f2ef5dd0f1549848c3021513724c (patch)
tree26f15e594d8e7dcc5a63cb7bad2b5cdd210ef228 /libs/canvas/canvas/wave_view.h
parent8877199ae052a33c68541dd610dba385645c6e1e (diff)
switch from frames_per_pixel to samples_per_pixel in the one canvas object that uses this
Diffstat (limited to 'libs/canvas/canvas/wave_view.h')
-rw-r--r--libs/canvas/canvas/wave_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/canvas/canvas/wave_view.h b/libs/canvas/canvas/wave_view.h
index 97753c597d..efa0daaa9e 100644
--- a/libs/canvas/canvas/wave_view.h
+++ b/libs/canvas/canvas/wave_view.h
@@ -54,7 +54,7 @@ public:
XMLNode* get_state () const;
void set_state (XMLNode const *);
- void set_frames_per_pixel (double);
+ void set_samples_per_pixel (double);
void set_height (Distance);
void set_channel (int);
void set_region_start (ARDOUR::frameoffset_t);
@@ -135,7 +135,7 @@ private:
boost::shared_ptr<ARDOUR::AudioRegion> _region;
int _channel;
- double _frames_per_pixel;
+ double _samples_per_pixel;
Coord _height;
Color _wave_color;
/** The `start' value to use for the region; we can't use the region's