mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
random commit to facilitate trivial move of work from laptop back to main system
This commit is contained in:
parent
5836a4f2b6
commit
f67029bd02
36 changed files with 195 additions and 837 deletions
|
|
@ -1805,9 +1805,9 @@ private:
|
|||
Curves tempo_curves;
|
||||
|
||||
void remove_metric_marks ();
|
||||
void draw_metric_marks (const ARDOUR::Metrics& metrics);
|
||||
void draw_metric_marks (const Temporal::TempoMap::Metrics& metrics);
|
||||
|
||||
void compute_current_bbt_points (std::vector<ARDOUR::TempoMap::BBTPoint>& grid, samplepos_t left, samplepos_t right);
|
||||
void compute_current_bbt_points (std::vector<Temporal::Point>& grid, samplepos_t left, samplepos_t right);
|
||||
|
||||
void tempo_map_changed (const PBD::PropertyChange&);
|
||||
void tempometric_position_changed (const PBD::PropertyChange&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue