Skip to content

Commit

Permalink
Add large DFT sizes 4k and 8k
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Dec 18, 2023
1 parent 9a1b2e3 commit 8831faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StftPitchShiftPlugin/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Parameters::Parameters(juce::AudioProcessor& process) :
juce::AudioParameterChoiceAttributes()));

parameters.add("reset", new juce::AudioParameterChoice(
{ "dftsize", schema }, "DFT size", { "512", "1024", "2048" }, 1,
{ "dftsize", schema }, "DFT size", { "512", "1024", "2048", "4096", "8192" }, 1,
juce::AudioParameterChoiceAttributes()));

parameters.add("reset", new juce::AudioParameterBool(
Expand Down

0 comments on commit 8831faf

Please sign in to comment.