switch from frames_per_pixel to samples_per_pixel in the one canvas object that uses this

This commit is contained in:
Paul Davis 2013-04-12 11:31:17 -04:00
parent 8877199ae0
commit e5a3747686
2 changed files with 14 additions and 14 deletions

View file

@ -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