Public
Edited
Jan 28
Insert cell
Insert cell
{
const shape = cm.shape;
const html = EchoX.html;

const urls = [
await FileAttachment("blobtower.mp3").url(),
await FileAttachment("brazen_mo.mp3").url(),
await FileAttachment("breezy_point_rd.mp3").url(),
await FileAttachment("lower_long_lake.mp3").url()
];

// const player = new Tone.Player(url).toDestination();

// player.toDestination();

// await Tone.loaded;

// // function play() {
// // sound.start();
// // }

return html.div([html.input({ type: "range" })]);
}
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