summaryrefslogtreecommitdiff
path: root/libs/ardour/transient_detector.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/transient_detector.cc')
-rw-r--r--libs/ardour/transient_detector.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/transient_detector.cc b/libs/ardour/transient_detector.cc
index 75e9b4c5e1..cf8557de82 100644
--- a/libs/ardour/transient_detector.cc
+++ b/libs/ardour/transient_detector.cc
@@ -128,13 +128,11 @@ TransientDetector::update_positions (Readable* src, uint32_t channel, AnalysisFe
Plugin::FeatureSet features;
Sample* data = 0;
- float* bufs[1] = { 0 };
int buff_size = 1024;
int step_size = 64;
data = new Sample[buff_size];
- bufs[0] = data;
AnalysisFeatureList::iterator i = positions.begin();