Sfoglia il codice sorgente

Fix compile error

dds
PaulStoffregen 11 anni fa
parent
commit
795e43ddb6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      synth_tonesweep.cpp

+ 1
- 1
synth_tonesweep.cpp Vedi File

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

Loading…
Annulla
Salva