get rid of one debug message
This commit is contained in:
parent
bc4191dbe4
commit
72b81914b7
|
@ -212,7 +212,6 @@ void DivWaveSynth::setWidth(int val) {
|
||||||
|
|
||||||
void DivWaveSynth::changeWave1(int num) {
|
void DivWaveSynth::changeWave1(int num) {
|
||||||
DivWavetable* w1=e->getWave(num);
|
DivWavetable* w1=e->getWave(num);
|
||||||
logV("changeWave1 (%d)",width);
|
|
||||||
if (width<1) return;
|
if (width<1) return;
|
||||||
for (int i=0; i<width; i++) {
|
for (int i=0; i<width; i++) {
|
||||||
if (w1->max<1 || w1->len<1) {
|
if (w1->max<1 || w1->len<1) {
|
||||||
|
|
Loading…
Reference in a new issue