Preliminary work to play the sound source unprocessed

This commit is contained in:
xenakios
2018-02-21 19:34:39 +02:00
parent d91182c614
commit e6a7d26d27
3 changed files with 35 additions and 3 deletions

View File

@ -151,6 +151,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
setPreBufferAmount(2);
startTimer(1, 50);
m_show_technical_info = m_propsfile->m_props_file->getBoolValue("showtechnicalinfo", false);
m_stretch_source->setPreviewDry(true);
}
PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()