PaulStoffregen 8 anni fa
parent
commit
9b283ea102
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      synth_tonesweep.cpp

+ 1
- 1
synth_tonesweep.cpp Vedi 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;
}

Loading…
Annulla
Salva