Skip to main content
Module

x/evt/lib/types/lib.dom.ts>AudioParamDescriptor

💧EventEmitter's typesafe replacement
Go to Latest
interface AudioParamDescriptor
import { type AudioParamDescriptor } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

Properties

optional
automationRate: AutomationRate
optional
defaultValue: number
optional
maxValue: number
optional
minValue: number
name: string