This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix A3 note frequency in FFT tutorial example
dds
PaulStoffregen
9 years ago
parent
1e3876effa
commit
4c1f5e5d53
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
examples/Tutorial/Part_3_02_Fourier_Transform/Part_3_02_Fourier_Transform.ino
+ 1
- 1
examples/Tutorial/Part_3_02_Fourier_Transform/Part_3_02_Fourier_Transform.ino
View File
@@ -54,7 +54,7 @@ const char * filenames[4] = {
int noteNumber = 0;
const float noteFrequency[12] = {
2
0
0.00, // A3
2
2
0.00, // A3
233.08, // A#3
246.94, // B3
261.63, // C4
Write
Preview
Loading…
Cancel
Save