mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
switch from frames_per_pixel to samples_per_pixel in the one canvas object that uses this
This commit is contained in:
parent
8877199ae0
commit
e5a3747686
2 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue