mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
MusicalTime => Beats.
This commit is contained in:
parent
4d202d9157
commit
2a251b4570
66 changed files with 625 additions and 584 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue