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 tonesweep
dds
PaulStoffregen
8 years ago
parent
4e948f409a
commit
9b283ea102
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
synth_tonesweep.cpp
+ 1
- 1
synth_tonesweep.cpp
View File
@@ -105,7 +105,7 @@ void AudioSynthToneSweep::update(void)
if(tone_phase & 0x800000000000LL)tone_phase &= 0x7fffffffffffLL;
if(tone_sign > 0) {
if(
(
tmp > tone_hi) {
if(tmp > tone_hi) {
sweep_busy = 0;
break;
}
Write
Preview
Loading…
Cancel
Save