mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
parent
dd10bfa4b5
commit
9d8bc5fe06
2 changed files with 5 additions and 2 deletions
|
@ -17,12 +17,14 @@ const feedbackCombFilter = /* javascript */`
|
|||
name: "delayTime",
|
||||
defaultValue: 0.1,
|
||||
minValue: 0,
|
||||
maxValue: 1
|
||||
maxValue: 1,
|
||||
automationRate: "k-rate"
|
||||
}, {
|
||||
name: "feedback",
|
||||
defaultValue: 0.5,
|
||||
minValue: 0,
|
||||
maxValue: 0.9999,
|
||||
automationRate: "k-rate"
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ export const bitCrusherWorklet = /* javascript */`
|
|||
name: "bits",
|
||||
defaultValue: 12,
|
||||
minValue: 1,
|
||||
maxValue: 16
|
||||
maxValue: 16,
|
||||
automationRate: 'k-rate'
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue