Merge branch 'main' into glossing/wavetable-synth
This commit is contained in:
commit
5838ade740
11 changed files with 359 additions and 78 deletions
|
|
@ -107,7 +107,6 @@ function getModulationShapeInput(val) {
|
|||
export function getLfo(audioContext, begin, end, properties = {}) {
|
||||
const { shape = 0, ...props } = properties;
|
||||
const { dcoffset = -0.5, depth = 1 } = properties;
|
||||
debugger;
|
||||
const lfoprops = {
|
||||
frequency: 1,
|
||||
depth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue