summaryrefslogtreecommitdiff
path: root/muse2/muse/track.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/track.h')
-rw-r--r--muse2/muse/track.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/track.h b/muse2/muse/track.h
index 19c824cd..a0996c1e 100644
--- a/muse2/muse/track.h
+++ b/muse2/muse/track.h
@@ -443,7 +443,7 @@ class AudioTrack : public Track {
virtual void preProcessAlways() { _processed = false; }
virtual void addData(unsigned samplePos, int channels, int srcStartChan, int srcChannels, unsigned frames, float** buffer);
- virtual void copyData(unsigned samplePos, int channels, int srcStartChan, int srcChannels, unsigned frames, float** buffer);
+ virtual void copyData(unsigned samplePos, int channels, int srcStartChan, int srcChannels, unsigned frames, float** buffer, bool add=false);
virtual bool hasAuxSend() const { return false; }
// automation