Skip to content

Commit

Permalink
added a few more fftsizes to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc committed Apr 29, 2024
1 parent 8ed14b1 commit e93628d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface SettingsPaneProps {
}

const SettingsPane = ({ currentFFT }) => {
const fftSizes = [128, 256, 512, 1024, 2048, 4096, 16384, 65536];
const fftSizes = [64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536];
const context = useSpectrogramContext();
const cursorContext = useCursorContext();
const [localPythonSnippet, setLocalPythonSnippet] = useState(context.pythonSnippet);
Expand Down

0 comments on commit e93628d

Please sign in to comment.