Published
Edited
Nov 23, 2021
Fork of Sounds
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Play(sine(440))
Insert cell
Play(saw(440))
Insert cell
Play(square(440))
Insert cell
Insert cell
Power(square(440))
Insert cell
Insert cell
function mix(fns, props) {
return (t) => fns.map((fn, idx) => props[idx] * fn(t)).reduce((x, y) => x+y)
}
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Play(linearMix)
Insert cell
Insert cell
Insert cell
Play(correctedMix)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more