浏览代码

Merge pull request #151 from FrankBoesing/patch-1

Remove debug Serial.print...
dds
Paul Stoffregen 8 年前
父节点
当前提交
8ef8cec56d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      effect_chorus.cpp

+ 2
- 0
effect_chorus.cpp 查看文件

@@ -31,11 +31,13 @@

boolean AudioEffectChorus::begin(short *delayline,int d_length,int n_chorus)
{
#if 0
Serial.print("AudioEffectChorus.begin(Chorus delay line length = ");
Serial.print(d_length);
Serial.print(", n_chorus = ");
Serial.print(n_chorus);
Serial.println(")");
#endif

l_delayline = NULL;
delay_length = 0;

正在加载...
取消
保存