convert codebase to use Temporal for various time types

This commit is contained in:
Paul Davis 2017-09-24 12:03:54 -04:00
parent 9283bee867
commit 7db12f6b12
114 changed files with 567 additions and 598 deletions

View file

@ -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;