Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-audio
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix tonesweep
dds
PaulStoffregen
hace 8 años
padre
4e948f409a
commit
9b283ea102
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
synth_tonesweep.cpp
+ 1
- 1
synth_tonesweep.cpp
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar