rm comment
This commit is contained in:
parent
da81ba00fb
commit
c474b8c92e
1 changed files with 0 additions and 2 deletions
|
|
@ -317,8 +317,6 @@ class DJFProcessor extends AudioWorkletProcessor {
|
||||||
}
|
}
|
||||||
cutoff = Math.pow(v * 11, 4);
|
cutoff = Math.pow(v * 11, 4);
|
||||||
|
|
||||||
// let cutoff = parameters.frequency[0];
|
|
||||||
|
|
||||||
for (let i = 0; i < input.length; i++) {
|
for (let i = 0; i < input.length; i++) {
|
||||||
for (let n = 0; n < blockSize; n++) {
|
for (let n = 0; n < blockSize; n++) {
|
||||||
if (filterType == 'none') {
|
if (filterType == 'none') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue