Public
Edited
Oct 2, 2019
Insert cell
Insert cell
webmidi = require("https://cdn.jsdelivr.net/npm/webmidi")
Insert cell
Insert cell
webmidi.enable()
Insert cell
Insert cell
play = (pitch) => {
webmidi.outputs[0].playNote(pitch, 1, {duration: 1000})
webmidi.outputs[0].playNote(pitch + 4, 1, {duration: 1000})}

Insert cell
Insert cell
play(60)
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