output buzz
This commit is contained in:
parent
3e18a96554
commit
70b588f7f5
@ -33,9 +33,6 @@ void Sonnenlicht::run(const float**, float** outputs, uint32_t frames,
|
|||||||
if (phase > 1) phase -= 1;
|
if (phase > 1) phase -= 1;
|
||||||
outputs[0][i] = phase - 0.5;
|
outputs[0][i] = phase - 0.5;
|
||||||
outputs[1][i] = phase - 0.5;
|
outputs[1][i] = phase - 0.5;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user