Ver código fonte

fix tonesweep

dds
PaulStoffregen 10 anos atrás
pai
commit
9b283ea102
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      synth_tonesweep.cpp

+ 1
- 1
synth_tonesweep.cpp Ver arquivo

if(tone_phase & 0x800000000000LL)tone_phase &= 0x7fffffffffffLL; if(tone_phase & 0x800000000000LL)tone_phase &= 0x7fffffffffffLL;


if(tone_sign > 0) { if(tone_sign > 0) {
if((tmp > tone_hi) {
if(tmp > tone_hi) {
sweep_busy = 0; sweep_busy = 0;
break; break;
} }

Carregando…
Cancelar
Salvar