Platform
Resources
Pricing
Sign in
Get started
David Blurton
Workspace
Fork
Published
By
David Blurton
Edited
Mar 2, 2021
Insert cell
md
`# Gain control`
Insert cell
Insert cell
decibels
=
20
*
Math
.
log10
(
gain
)
Insert cell
gain
=
Math
.
pow
(
10
,
(
(
(
percent
*
range
)
-
range
)
/
20
)
)
;
Insert cell
viewof
range
=
slider
(
{
min
:
0
,
max
:
100
,
default
:
40
,
step
:
1
,
description
:
"Range"
}
)
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.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
percent
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
decibels
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
gain
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
range
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML