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 compile error
dds
PaulStoffregen
hace 11 años
padre
d086aeed23
commit
795e43ddb6
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
@@ -123,7 +123,7 @@ void AudioSynthToneSweep::update(void)
*bp++ = 0;
i++;
}
b_count++;
//
b_count++;
// send the samples to the left channel
transmit(block,0);
release(block);
Escribir
Vista previa
Cargando…
Cancelar
Guardar