mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
globally change all use of "frame" to refer to audio into "sample".
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
This commit is contained in:
parent
cb956e3e48
commit
30b087ab3d
577 changed files with 9003 additions and 8997 deletions
|
|
@ -79,16 +79,16 @@ class Push2Canvas : public ArdourCanvas::Canvas
|
|||
static const int pixels_per_row;
|
||||
int pixel_area () const { return _rows * pixels_per_row; }
|
||||
|
||||
uint8_t frame_header[16];
|
||||
uint16_t* device_frame_buffer;
|
||||
uint8_t sample_header[16];
|
||||
uint16_t* device_sample_buffer;
|
||||
|
||||
Cairo::RefPtr<Cairo::ImageSurface> frame_buffer;
|
||||
Cairo::RefPtr<Cairo::ImageSurface> sample_buffer;
|
||||
Cairo::RefPtr<Cairo::Context> context;
|
||||
Cairo::RefPtr<Cairo::Region> expose_region;
|
||||
Glib::RefPtr<Pango::Context> pango_context;
|
||||
|
||||
bool expose ();
|
||||
int blit_to_device_frame_buffer ();
|
||||
int blit_to_device_sample_buffer ();
|
||||
};
|
||||
|
||||
} /* namespace ArdourSurface */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue