fix def skew

This commit is contained in:
Jade (Rose) Rowland 2025-07-20 23:56:30 -04:00
parent ccf2a6de52
commit b2f90ecb3b
3 changed files with 9 additions and 4 deletions

View file

@ -185,6 +185,8 @@ class LFOProcessor extends AudioWorkletProcessor {
return true;
}
const output = outputs[0];
const frequency = parameters['frequency'][0];