rework AudioUnit variable input port count.
[ardour.git] / gtk2_ardour / step_entry.h
index 364be671148b972add9b37d9d2f729aec46e29dc..bd354f3f66dab68aab814b0606136d53d6d515e1 100644 (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;