From a278acc5d2e3fa6d61b595fb4a87ba3a779cd222 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 26 May 2022 17:42:53 +0100 Subject: [PATCH] Print note, and use finer mode --- main/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/main.cpp b/main/main.cpp index 25e66ac..7e576e1 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -499,6 +499,11 @@ int main(int argc, char **argv) } RubberBandStretcher::Options options = 0; + + //!!! + cerr << "\n\n\n\n\n*** WARNING - THIS IS A TEST VERSION ONLY\n\n\n\n\n" << endl; + options = RubberBandStretcher::OptionEngineFiner; + if (realtime) options |= RubberBandStretcher::OptionProcessRealTime; if (!lamination) options |= RubberBandStretcher::OptionPhaseIndependent; if (longwin) options |= RubberBandStretcher::OptionWindowLong;