Remove the spectral module selection and move parameters. Initial attempt to implement the module enabled parameters. Might need to redesign this a bit...

This commit is contained in:
xenakios
2018-03-06 13:44:36 +02:00
parent 4f148a322d
commit 7fe4ea982e
5 changed files with 49 additions and 8 deletions

View File

@ -354,9 +354,6 @@ void PaulstretchpluginAudioProcessorEditor::timerCallback(int id)
}
if (id == 3)
{
m_spec_order_ed.setModuleSelected(*processor.getIntParameter(cpi_select_spec_module));
m_spec_order_ed.moveModule(*processor.getIntParameter(cpi_select_spec_module), *
processor.getIntParameter(cpi_move_spec_module));
processor.m_free_filter_envelope->updateMinMaxValues();
m_free_filter_component.repaint();
}