diff options
| author | Leon Fedden <lfedd001@gold.ac.uk> | 2016-10-11 10:47:43 +0100 |
|---|---|---|
| committer | Leon Fedden <lfedd001@gold.ac.uk> | 2016-10-11 10:47:43 +0100 |
| commit | 91aaebbe17f104f173b4c18a77c21a43e4cdf531 (patch) | |
| tree | d876798bfe65a9cb46d2e2fb030cd64b7cb70e23 | |
| parent | 3a48a1708930139c806b5b3a14ca57b8ad2a3a41 (diff) | |
| parent | ca46959b7fea43c9ae77b556d2af64b88311db85 (diff) | |
Merge branch 'master' of github.com:micknoise/Maximilian
| -rw-r--r-- | maximilian_examples/20.FFT_example.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maximilian_examples/20.FFT_example.cpp b/maximilian_examples/20.FFT_example.cpp index 086dac0..b6728d2 100644 --- a/maximilian_examples/20.FFT_example.cpp +++ b/maximilian_examples/20.FFT_example.cpp @@ -9,7 +9,7 @@ maxiFFT myFFT; void setup() { - myFFT.setup(1024, 512, 2); + myFFT.setup(1024, 512, 256); } @@ -28,4 +28,4 @@ void play(double *output) { output[0]=myOut;//simple as that! output[1]=output[0]; -}
\ No newline at end of file +} |
