From 091ef63ff03f6f751ef3566cb565c1fbdf34b8bb Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 8 Aug 2024 12:01:04 +0100 Subject: [PATCH] Remove alpha warnings --- rubberband/RubberBandLiveShifter.h | 2 -- src/finer/R3LiveShifter.cpp | 3 --- 2 files changed, 5 deletions(-) diff --git a/rubberband/RubberBandLiveShifter.h b/rubberband/RubberBandLiveShifter.h index bbf16e90..3276a7c8 100644 --- a/rubberband/RubberBandLiveShifter.h +++ b/rubberband/RubberBandLiveShifter.h @@ -41,8 +41,6 @@ #include #include -#pragma message("The RubberBandLiveShifter interface is in alpha test. It may fail to work correctly, or change at any time in the future. Use it at your own risk.") - namespace RubberBand { diff --git a/src/finer/R3LiveShifter.cpp b/src/finer/R3LiveShifter.cpp index 7ab77983..d3f0b467 100644 --- a/src/finer/R3LiveShifter.cpp +++ b/src/finer/R3LiveShifter.cpp @@ -49,9 +49,6 @@ R3LiveShifter::R3LiveShifter(Parameters parameters, Log log) : m_unityCount(0) { Profiler profiler("R3LiveShifter::R3LiveShifter"); - - m_log.log(0, "WARNING: The RubberBandLiveShifter interface is in alpha test. It may fail to work correctly, or change at any time in the future. Use it at your own risk."); - initialise(); }