summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/smf_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/smf_source.h')
-rw-r--r--libs/ardour/ardour/smf_source.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/ardour/ardour/smf_source.h b/libs/ardour/ardour/smf_source.h
index 26437c6c24..ca337a62c2 100644
--- a/libs/ardour/ardour/smf_source.h
+++ b/libs/ardour/ardour/smf_source.h
@@ -76,14 +76,14 @@ public:
int open_for_write ();
framecnt_t read_unlocked (Evoral::EventSink<framepos_t>& dst,
- framepos_t position,
- framepos_t start,
- framecnt_t cnt,
- MidiStateTracker* tracker) const;
+ framepos_t position,
+ framepos_t start,
+ framecnt_t cnt,
+ MidiStateTracker* tracker) const;
framecnt_t write_unlocked (MidiRingBuffer<framepos_t>& src,
- framepos_t position,
- framecnt_t cnt);
+ framepos_t position,
+ framecnt_t cnt);
double _last_ev_time_beats;
framepos_t _last_ev_time_frames;