M rubberband/RubberBandLiveShifter.h +0 -2
@@ 41,8 41,6 @@
#include <memory>
#include <cstddef>
-#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
{
M src/finer/R3LiveShifter.cpp +0 -3
@@ 49,9 49,6 @@ R3LiveShifter::R3LiveShifter(Parameters
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();
}