Ver código fonte

Fix compile error

dds
PaulStoffregen 11 anos atrás
pai
commit
795e43ddb6
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      synth_tonesweep.cpp

+ 1
- 1
synth_tonesweep.cpp Ver arquivo

@@ -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);

Carregando…
Cancelar
Salvar