MCPcopy
hub / github.com/andremichelle/openDAW / set

Method set

packages/lib/dsp/src/ramp.ts:6–6  ·  view source on GitHub ↗
(target: T, smooth?: boolean)

Source from the content-addressed store, hash-verified

4
5export interface Ramp<T> {
6 set(target: T, smooth?: boolean): void
7 get(): T
8 moveAndGet(): T
9 isFixed(value: T): boolean

Callers 15

stepFunction · 0.65
renderFunction · 0.65
flattenFunction · 0.65
#finalizeMethod · 0.65
polyfill.tsFile · 0.65
freezeMethod · 0.65
renderMethod · 0.65
createForMethod · 0.65
appendMethod · 0.65
populateRoomMethod · 0.65
#rollbackTransactionMethod · 0.65
#applyUpdateMethod · 0.65

Implementers 2

LinearRamppackages/lib/dsp/src/ramp.ts
StereoMatrixRamppackages/lib/dsp/src/ramp.ts

Calls

no outgoing calls

Tested by 9

addEventListenerFunction · 0.52
removeEventListenerFunction · 0.52
addEventListenerFunction · 0.52
removeEventListenerFunction · 0.52
dispatchEventFunction · 0.52
resolveDirFunction · 0.52
createSyncAccessHandleFunction · 0.52
getDirectoryHandleFunction · 0.52
getFileHandleFunction · 0.52