changed rewind to be a meta parameter to pass auval. update ios build number

This commit is contained in:
essej
2022-04-22 00:55:35 -04:00
parent c89c1558e3
commit b5dc1759b1
4 changed files with 22 additions and 7 deletions

View File

@ -116,7 +116,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
m_rewind_button->setTooltip("Return to start");
m_rewind_button->onClick = [this]()
{
*processor.getBoolParameter(cpi_rewind) = true;
processor.setParameter( cpi_rewind, 1.0f);
//processor.getStretchSource()->seekPercent(processor.getStretchSource()->getPlayRange().getStart());
};