Platform
Resources
Pricing
Sign in
Get started
0b5vr
Live coding and tax saving VTuber
Workspace
Fork
Public
By
0b5vr
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML