ソースを参照

Fix compile error

dds
PaulStoffregen 11年前
コミット
795e43ddb6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      synth_tonesweep.cpp

+ 1
- 1
synth_tonesweep.cpp ファイルの表示

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

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