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

Method get

packages/lib/dsp/src/ramp.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

run.tsFile · 0.65
writeClassMethod · 0.65
#acquireLockMethod · 0.65
resolveDirFunction · 0.65
getDirectoryHandleFunction · 0.65
getFileHandleFunction · 0.65
OpfsWorker.test.tsFile · 0.65
AttributeClass · 0.65
LocalLinkFunction · 0.65
RouterFunction · 0.65
getClassTagNameFunction · 0.65
resolveMetaFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 3

resolveDirFunction · 0.52
getDirectoryHandleFunction · 0.52
getFileHandleFunction · 0.52