You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
786 B
Plaintext
34 lines
786 B
Plaintext
{
|
|
"version": {
|
|
"major": 1,
|
|
"minor": 0,
|
|
"patch": 0
|
|
},
|
|
"signals": {
|
|
"continuous": {
|
|
"envelopes": {
|
|
"amplitude": [
|
|
{
|
|
"time": 0.0,
|
|
"amplitude": 1.0
|
|
},
|
|
{
|
|
"time": {duration},
|
|
"amplitude": 1.0
|
|
}
|
|
],
|
|
"frequency": [
|
|
{
|
|
"time": 0,
|
|
"frequency": 0.0
|
|
},
|
|
{
|
|
"time": {duration},
|
|
"frequency": 0.0
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|