-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsine-bpf.json
More file actions
106 lines (106 loc) · 3.66 KB
/
sine-bpf.json
File metadata and controls
106 lines (106 loc) · 3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"graph": {
"edges": [
{
"id": "0ebb7f86-1c74-42a0-8440-7673324a335f",
"source": "4e79bb1c-15b3-4260-aa4d-a9f9d590b428",
"target": "ab4da7f3-63e3-4c35-88ba-33534c0a5664"
},
{
"id": "0275ded7-6d73-474d-8ef3-130b03b3d2c9",
"source": "3051adc9-e8fd-4512-beef-427df97f229c",
"target": "7a533da8-7259-41bb-a425-c6cbdd4fe06c"
},
{
"id": "6dd8fa9d-793e-465a-9129-106c7667be3b",
"source": "7a533da8-7259-41bb-a425-c6cbdd4fe06c",
"target": "ab4da7f3-63e3-4c35-88ba-33534c0a5664"
}
],
"id": "58011376-1fee-45d2-b5a8-614c13741304",
"loading_policy": "none",
"nodes": [
{
"config": {
"duration": 2000000000.0,
"frequency": 220.0,
"when": 0.0
},
"id": "4e79bb1c-15b3-4260-aa4d-a9f9d590b428",
"kind": "com.nativeformat.plugin.wave.sine",
"loading_policy": "none",
"params": {}
},
{
"config": {
"duration": 2000000000.0,
"frequency": 3520.0,
"when": 0.0
},
"id": "3051adc9-e8fd-4512-beef-427df97f229c",
"kind": "com.nativeformat.plugin.wave.sine",
"loading_policy": "none",
"params": {}
},
{
"config": {},
"id": "ab4da7f3-63e3-4c35-88ba-33534c0a5664",
"kind": "com.nativeformat.plugin.eq.filter",
"loading_policy": "none",
"params": {
"highCutoff": [
{
"args": {
"startTime": 0.0,
"value": 1000.0
},
"name": "setValueAtTime"
},
{
"args": {
"startTime": 1000000000.0,
"value": 10000.0
},
"name": "setValueAtTime"
}
],
"lowCutoff": [
{
"args": {
"startTime": 0.0,
"value": 100.0
},
"name": "setValueAtTime"
},
{
"args": {
"startTime": 1000000000.0,
"value": 1000.0
},
"name": "setValueAtTime"
}
]
}
},
{
"config": {},
"id": "7a533da8-7259-41bb-a425-c6cbdd4fe06c",
"kind": "com.nativeformat.plugin.waa.gain",
"loading_policy": "none",
"params": {
"gain": [
{
"args": {
"startTime": 0.0,
"value": 0.125
},
"name": "setValueAtTime"
}
]
}
}
],
"scripts": []
},
"version": "0.5.0"
}