Public
Edited
Feb 2, 2024
Insert cell
Insert cell
data = [...Array(128)].map((_, i) => ({
'Index': i,
'Channel': i%2,
'Pitch Index': i%3,
'Bass Pitch': i%3==0 ? -2 : null,
'Hihat Pitch': i%3==1 ? 5+i/90 : null,
'Arp Delay': i%3==2 ? (i<48)*4 : null,
'Arp Detune': i%3==2 ? i%4 : null,
}))
Insert cell
Inputs.table(data)
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