StandardNode: Automate

Automate standard node
extendsNode

let automate = flow.createNode("audio/automate", {
  state: { min: 20, max: 800, value: 20 },
});

Default State

{
  min: 0,
  max: 1,
  value: 0.5,
  duration: 1,
  auto: true,
  loop: false
}

Options

{
  envelope: Vector[];
}