summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:57:27 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:57:27 -0400
commitb9c6ffac214a69bb64e8ba5adbbe0951a9119f09 (patch)
treec24ba0d0e76ba848171dcbfe22673b3d020c8535 /gtk2_ardour/step_editor.h
parent7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 (diff)
fix header order and space alignment
Diffstat (limited to 'gtk2_ardour/step_editor.h')
-rw-r--r--gtk2_ardour/step_editor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk2_ardour/step_editor.h b/gtk2_ardour/step_editor.h
index 99a6112b5a..3854f3811d 100644
--- a/gtk2_ardour/step_editor.h
+++ b/gtk2_ardour/step_editor.h
@@ -25,6 +25,7 @@
#include <sigc++/trackable.h>
#include "pbd/signals.h"
+
#include "temporal/beats.h"
namespace ARDOUR {
@@ -68,19 +69,19 @@ public:
private:
ARDOUR::samplepos_t step_edit_insert_position;
- Temporal::Beats step_edit_beat_pos;
+ Temporal::Beats step_edit_beat_pos;
boost::shared_ptr<ARDOUR::MidiRegion> step_edit_region;
MidiRegionView* step_edit_region_view;
uint8_t _step_edit_triplet_countdown;
bool _step_edit_within_chord;
- Temporal::Beats _step_edit_chord_duration;
+ Temporal::Beats _step_edit_chord_duration;
PBD::ScopedConnection step_edit_region_connection;
PublicEditor& _editor;
boost::shared_ptr<ARDOUR::MidiTrack> _track;
StepEntry* step_editor;
MidiTimeAxisView& _mtv;
int8_t last_added_pitch;
- Temporal::Beats last_added_end;
+ Temporal::Beats last_added_end;
void region_removed (boost::weak_ptr<ARDOUR::Region>);
void playlist_changed ();