More control mapping tweaks

This commit is contained in:
Aria 2025-12-28 21:43:08 -05:00
parent 48f6a41683
commit b4496fcc24
3 changed files with 12 additions and 9 deletions

View file

@ -38,6 +38,7 @@ export class Orbit {
}
const val = this.djfNode.parameters.get('value');
val.setValueAtTime(value, t);
return this.djfNode;
}
getDelay(delaytime = 0, feedback = 0.5, t) {