mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Another round of whitespace fixes
This commit is contained in:
parent
14b27be658
commit
01a43c6b1e
10 changed files with 116 additions and 115 deletions
|
|
@ -46,9 +46,9 @@ namespace ArdourCanvas {
|
|||
}
|
||||
|
||||
struct RecBoxInfo {
|
||||
ArdourCanvas::Rectangle* rectangle;
|
||||
samplepos_t start;
|
||||
ARDOUR::samplecnt_t length;
|
||||
ArdourCanvas::Rectangle* rectangle;
|
||||
samplepos_t start;
|
||||
ARDOUR::samplecnt_t length;
|
||||
};
|
||||
|
||||
class Selectable;
|
||||
|
|
@ -149,20 +149,20 @@ protected:
|
|||
|
||||
virtual void color_handler () = 0;
|
||||
|
||||
RouteTimeAxisView& _trackview;
|
||||
ArdourCanvas::Container* _canvas_group;
|
||||
ArdourCanvas::Rectangle* canvas_rect; /* sample around the whole thing */
|
||||
RouteTimeAxisView& _trackview;
|
||||
ArdourCanvas::Container* _canvas_group;
|
||||
ArdourCanvas::Rectangle* canvas_rect; /* sample around the whole thing */
|
||||
|
||||
typedef std::list<RegionView* > RegionViewList;
|
||||
RegionViewList region_views;
|
||||
RegionViewList region_views;
|
||||
|
||||
double _samples_per_pixel;
|
||||
|
||||
sigc::connection screen_update_connection;
|
||||
std::vector<RecBoxInfo> rec_rects;
|
||||
sigc::connection screen_update_connection;
|
||||
std::vector<RecBoxInfo> rec_rects;
|
||||
std::list< std::pair<boost::shared_ptr<ARDOUR::Region>,RegionView* > > rec_regions;
|
||||
bool rec_updating;
|
||||
bool rec_active;
|
||||
bool rec_updating;
|
||||
bool rec_active;
|
||||
|
||||
uint32_t region_color; ///< Contained region color
|
||||
uint32_t stream_base_color; ///< Background color
|
||||
|
|
@ -176,7 +176,7 @@ protected:
|
|||
double height;
|
||||
|
||||
PBD::ScopedConnectionList rec_data_ready_connections;
|
||||
samplepos_t last_rec_data_sample;
|
||||
samplepos_t last_rec_data_sample;
|
||||
|
||||
/* When recording, the session time at which a new layer must be created for the region
|
||||
being recorded, or max_samplepos if not applicable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue