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
Remove leftover debug code
dds
PaulStoffregen
8 years ago
parent
0e459a490d
commit
56b5f68dd1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
analyze_notefreq.cpp
+ 1
- 1
analyze_notefreq.cpp
View File
@@ -142,7 +142,7 @@ void AudioAnalyzeNoteFrequency::process( void ) {
return;
}
} while ( --cycles );
digitalWriteFast(10, LOW);
//
digitalWriteFast(10, LOW);
if ( tau >= HALF_BLOCKS ) {
process_buffer = false;
new_output = false;
Write
Preview
Loading…
Cancel
Save