Skip to content

Commit

Permalink
Remove alpha warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Aug 8, 2024
1 parent 7c38c0b commit 091ef63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions rubberband/RubberBandLiveShifter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{

Expand Down
3 changes: 0 additions & 3 deletions src/finer/R3LiveShifter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 091ef63

Please sign in to comment.