瀏覽代碼

oops :) the dead was living, sry.

time to sleep....
dds
Frank 8 年之前
父節點
當前提交
f9e116b4ec
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      synth_tonesweep.cpp

+ 4
- 0
synth_tonesweep.cpp 查看文件

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

Loading…
取消
儲存