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
oops :) the dead was living, sry.
time to sleep....
dds
Frank
8 years ago
parent
b39702fe52
commit
f9e116b4ec
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
synth_tonesweep.cpp
+ 4
- 0
synth_tonesweep.cpp
View File
@@ -119,6 +119,10 @@ void AudioSynthToneSweep::update(void)
tone_freq -= tone_incr;
}
}
while(i < AUDIO_BLOCK_SAMPLES) {
*bp++ = 0;
i++;
}
// send the samples to the left channel
transmit(block,0);
release(block);
Write
Preview
Loading…
Cancel
Save