X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstep_editor.h;h=566292150c891baa8df27fe0935b27857cd9df42;hb=d08e3b94c5ef75ce5d4d28f3636faa8af4661e17;hp=00be7890a3412a158464c2d6d1956189c1f27213;hpb=faca3e5f5d666fc543b23f6ab7b93a14f6c8ff7f;p=ardour.git diff --git a/gtk2_ardour/step_editor.h b/gtk2_ardour/step_editor.h index 00be7890a3..566292150c 100644 --- a/gtk2_ardour/step_editor.h +++ b/gtk2_ardour/step_editor.h @@ -61,6 +61,8 @@ class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable boost::shared_ptr _track; StepEntry* step_editor; MidiTimeAxisView& _mtv; + int8_t last_added_pitch; + Evoral::MusicalTime last_added_end; void region_removed (boost::weak_ptr); void playlist_changed ();