mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
convert codebase to use Temporal for various time types
This commit is contained in:
parent
9283bee867
commit
7db12f6b12
114 changed files with 567 additions and 598 deletions
|
|
@ -41,14 +41,14 @@ public:
|
|||
void note_off_event_handler (int note);
|
||||
void rest_event_handler ();
|
||||
|
||||
Evoral::Beats note_length();
|
||||
Temporal::Beats note_length();
|
||||
uint8_t note_velocity() const;
|
||||
uint8_t note_channel() const;
|
||||
|
||||
int current_octave () const { return (int) floor (octave_adjustment.get_value()); }
|
||||
|
||||
private:
|
||||
Evoral::Beats _current_note_length;
|
||||
Temporal::Beats _current_note_length;
|
||||
uint8_t _current_note_velocity;
|
||||
|
||||
Gtk::VBox packer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue