summaryrefslogtreecommitdiff
path: root/libs/ardour/crossfade.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-04-29 17:01:14 +0000
committerCarl Hetherington <carl@carlh.net>2009-04-29 17:01:14 +0000
commit459c43951238fd771231f840733468b84079dcdc (patch)
treed04b98a7be7f6028bbce64efe151d6486c3376b2 /libs/ardour/crossfade.cc
parent7eba373a0f9e48f8f68ac613021748e08f42ec4d (diff)
First cut of option to strip silence from audio regions, as per mantis #1623
git-svn-id: svn://localhost/ardour2/branches/3.0@5010 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/crossfade.cc')
-rw-r--r--libs/ardour/crossfade.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/crossfade.cc b/libs/ardour/crossfade.cc
index 8aad53765a..c258a9bf73 100644
--- a/libs/ardour/crossfade.cc
+++ b/libs/ardour/crossfade.cc
@@ -271,7 +271,7 @@ Crossfade::initialize ()
}
nframes_t
-Crossfade::read_raw_internal (Sample* buf, sframes_t start, nframes_t cnt) const
+Crossfade::read_raw_internal (Sample* buf, sframes_t start, nframes_t cnt, int channel) const
{
// FIXME: Why is this disabled?
#if 0