This commit is contained in:
xenakios
2018-03-03 23:06:06 +02:00
parent e1b0f6aaad
commit 4f148a322d
4 changed files with 17 additions and 0 deletions

View File

@ -158,6 +158,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
addParameter(new AudioParameterInt("freefilter_randomyrate0", "Random rate", 1, 32, 2)); // 39
addParameter(new AudioParameterFloat("freefilter_randomyamount0", "Random amount", 0.0, 1.0, 0.0)); // 40
addParameter(new AudioParameterInt("select_specmodule0", "Select module", 0, 8, 1)); // 41
addParameter(new AudioParameterInt("move_specmodule0", "Move module", 0, 8, 1)); // 42
auto& pars = getParameters();
for (const auto& p : pars)
m_reset_pars.push_back(p->getValue());