summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audio_diskstream.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-22 15:25:39 +0100
committerRobin Gareus <robin@gareus.org>2014-01-22 15:30:18 +0100
commita5de06a050d8ba6a391b9241c61fef9a0992a77e (patch)
tree48ef4fbefd2f83fa1f1783fe473058ffc015c730 /libs/ardour/ardour/audio_diskstream.h
parent1e3ad60eb63e277d3eee83c9186330a4a0f04225 (diff)
backend for auditioning midi-files:
* "downgrade" auditioner from AudioTrack to Track. * add relevant methods from both AudioTrack and MidiTrack.
Diffstat (limited to 'libs/ardour/ardour/audio_diskstream.h')
-rw-r--r--libs/ardour/ardour/audio_diskstream.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/ardour/audio_diskstream.h b/libs/ardour/ardour/audio_diskstream.h
index 5a856e9b36..3a5dc2ad91 100644
--- a/libs/ardour/ardour/audio_diskstream.h
+++ b/libs/ardour/ardour/audio_diskstream.h
@@ -146,10 +146,8 @@ class AudioDiskstream : public Diskstream
protected:
friend class Auditioner;
- int seek (framepos_t which_sample, bool complete_refill = false);
-
- protected:
friend class AudioTrack;
+ int seek (framepos_t which_sample, bool complete_refill = false);
int process (BufferSet&, framepos_t transport_frame, pframes_t nframes, framecnt_t &, bool need_disk_signal);
frameoffset_t calculate_playback_distance (pframes_t nframes);