Tiny improvements but things arestill not working right

This commit is contained in:
xenakios
2017-11-14 00:50:12 +02:00
parent aab3fcf2a3
commit 962d4806b5
4 changed files with 13 additions and 1 deletions

View File

@ -34,6 +34,10 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor (Pa
*processor.getFloatParameter(5) = range.getStart();
*processor.getFloatParameter(6) = range.getEnd();
};
m_wavecomponent.CursorPosCallback = [this]()
{
return processor.m_control->getLivePlayPosition();
};
m_wavecomponent.ShowFileCacheRange = true;
startTimer(1, 100);
}