Skip to content

@liminal-hq/undertone / note

Function: note()

note(input): Pattern<ControlPatch>

Defined in: control.ts:29

Starts a pitched pattern (default sound: sine). Accepts a raw Hz number, a note name ("c2", "a4", "f#3"), or a mini-notation string of them ("c3 [e3 g3] <a3 b3>").

Parameters

input

string | number

Returns

Pattern<ControlPatch>