ソースを参照

oops :) the dead was living, sry.

time to sleep....
dds
Frank 9年前
コミット
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);

読み込み中…
キャンセル
保存