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.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/libs/ardour/ardour/smf_source.h b/libs/ardour/ardour/smf_source.h
index fbaa049d8a..7793b6a91c 100644
--- a/libs/ardour/ardour/smf_source.h
+++ b/libs/ardour/ardour/smf_source.h
@@ -71,12 +71,13 @@ public:
private:
nframes_t read_unlocked (MidiRingBuffer<nframes_t>& dst,
- sframes_t position,
- sframes_t start,
- nframes_t cnt,
- sframes_t stamp_offset,
- sframes_t negative_stamp_offset) const;
-
+ sframes_t position,
+ sframes_t start,
+ nframes_t cnt,
+ sframes_t stamp_offset,
+ sframes_t negative_stamp_offset,
+ MidiStateTracker* tracker) const;
+
nframes_t write_unlocked (MidiRingBuffer<nframes_t>& src,
sframes_t position,
nframes_t cnt);