소스 검색

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…
취소
저장