Functions
add
- add(name: any, filename: any, noteNum: any, gain: any, pan: any, oneShot: any): { address: string; args: ({ type: string; value: string } | { type: string; value: number })[] }
-
Parameters
-
name: any
-
filename: any
-
noteNum: any
-
gain: any
-
pan: any
-
oneShot: any
Returns { address: string; args: ({ type: string; value: string } | { type: string; value: number })[] }
-
address: string
-
args: ({ type: string; value: string } | { type: string; value: number })[]
clearAll
- clearAll(): { address: string }
-
Returns { address: string }
sampler