Explorar el Código

Fix compile error

dds
PaulStoffregen hace 11 años
padre
commit
795e43ddb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +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);

Cargando…
Cancelar
Guardar