changed rewind to be a meta parameter to pass auval. update ios build number
This commit is contained in:
@ -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());
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user