From 2a251b457069ffb4b744fbd0dd7aca7acb31f381 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 7 Jan 2015 00:12:07 -0500 Subject: MusicalTime => Beats. --- gtk2_ardour/step_entry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/step_entry.h') diff --git a/gtk2_ardour/step_entry.h b/gtk2_ardour/step_entry.h index 364be67114..bd354f3f66 100644 --- a/gtk2_ardour/step_entry.h +++ b/gtk2_ardour/step_entry.h @@ -41,14 +41,14 @@ class StepEntry : public ArdourWindow void note_off_event_handler (int note); void rest_event_handler (); - Evoral::MusicalTime note_length(); + Evoral::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::MusicalTime _current_note_length; + Evoral::Beats _current_note_length; uint8_t _current_note_velocity; Gtk::VBox packer; -- cgit v1.2.3