Ver código fonte

oops :) the dead was living, sry.

time to sleep....
dds
Frank 8 anos atrás
pai
commit
f9e116b4ec
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      synth_tonesweep.cpp

+ 4
- 0
synth_tonesweep.cpp Ver arquivo

@@ -119,6 +119,10 @@ void AudioSynthToneSweep::update(void)
tone_freq -= tone_incr;
}
}
while(i < AUDIO_BLOCK_SAMPLES) {
*bp++ = 0;
i++;
}
// send the samples to the left channel
transmit(block,0);
release(block);

Carregando…
Cancelar
Salvar