MusicalTime => Beats.

This commit is contained in:
David Robillard 2015-01-07 00:12:07 -05:00
parent 4d202d9157
commit 2a251b4570
66 changed files with 625 additions and 584 deletions

View file

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