Bläddra i källkod

Fix compile error

dds
PaulStoffregen 11 år sedan
förälder
incheckning
795e43ddb6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      synth_tonesweep.cpp

+ 1
- 1
synth_tonesweep.cpp Visa fil

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

Laddar…
Avbryt
Spara