* tidy
This commit is contained in:
@@ -32,9 +32,6 @@ CompoundAudioCurve::CompoundAudioCurve(Parameters parameters) :
|
||||
m_lastResult(0.0),
|
||||
m_risingCount(0)
|
||||
{
|
||||
std::cerr << "CompoundAudioCurve::CompoundAudioCurve: window "
|
||||
<< parameters.windowSize << ", rate " << parameters.sampleRate
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
CompoundAudioCurve::~CompoundAudioCurve()
|
||||
@@ -46,7 +43,6 @@ CompoundAudioCurve::~CompoundAudioCurve()
|
||||
void
|
||||
CompoundAudioCurve::setType(Type type)
|
||||
{
|
||||
std::cerr << "CompoundAudioCurve::setType to " << type << std::endl;
|
||||
m_type = type;
|
||||
}
|
||||
|
||||
|
||||
@@ -247,7 +247,7 @@ public:
|
||||
if (!home) return;
|
||||
|
||||
char fn[256];
|
||||
snprintf(fn, 256, "%s/%s.%c", home, ".turbot.wisdom", type);
|
||||
snprintf(fn, 256, "%s/%s.%c", home, ".rubberband.wisdom", type);
|
||||
|
||||
FILE *f = fopen(fn, save ? "wb" : "rb");
|
||||
if (!f) return;
|
||||
|
||||
Reference in New Issue
Block a user