Lightningbeam/src/assets/instruments/strings/cello-section/cello-section.json

306 lines
6.2 KiB
JSON

{
"metadata": {
"name": "Cello Section",
"description": "Orchestral cello section with sustained bowing",
"author": "Virtual Playing Orchestra 3",
"version": 1,
"tags": [
"strings",
"cello",
"section",
"orchestral"
]
},
"midi_targets": [
0
],
"output_node": 2,
"nodes": [
{
"id": 0,
"node_type": "MidiInput",
"name": "MIDI In",
"parameters": {},
"position": [
100.0,
100.0
]
},
{
"id": 1,
"node_type": "MultiSampler",
"name": "Cello Section Sampler",
"parameters": {
"0": 1.0,
"1": 0.05,
"2": 0.4,
"3": 0.0
},
"sample_data": {
"type": "multi_sampler",
"layers": [
{
"file_path": "samples/Db2.mp3",
"root_key": 37,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 0,
"key_max": 38
},
{
"file_path": "samples/E2.mp3",
"root_key": 40,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 39,
"key_max": 41
},
{
"file_path": "samples/G2.mp3",
"root_key": 43,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 42,
"key_max": 44
},
{
"file_path": "samples/Bb2.mp3",
"root_key": 46,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 45,
"key_max": 47
},
{
"file_path": "samples/Db3.mp3",
"root_key": 49,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 48,
"key_max": 50
},
{
"file_path": "samples/E3.mp3",
"root_key": 52,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 51,
"key_max": 55
},
{
"file_path": "samples/Bb3.mp3",
"root_key": 58,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 56,
"key_max": 59
},
{
"file_path": "samples/Db4.mp3",
"root_key": 61,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 60,
"key_max": 62
},
{
"file_path": "samples/E4.mp3",
"root_key": 64,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 63,
"key_max": 65
},
{
"file_path": "samples/G4.mp3",
"root_key": 67,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 66,
"key_max": 68
},
{
"file_path": "samples/Bb4.mp3",
"root_key": 70,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 69,
"key_max": 73
},
{
"file_path": "samples/E5.mp3",
"root_key": 76,
"velocity_min": 0,
"velocity_max": 127,
"loop_mode": "continuous",
"key_min": 74,
"key_max": 127
}
]
},
"position": [
350.0,
0.0
]
},
{
"id": 2,
"node_type": "AudioOutput",
"name": "Out",
"parameters": {},
"position": [
1390.0,
100.0
]
},
{
"id": 3,
"node_type": "Compressor",
"parameters": {
"0": -18.0,
"1": 4.0,
"2": 5.0,
"3": 50.0,
"4": 3.0,
"5": 3.0
},
"position": [
700.0,
100.0
]
},
{
"id": 4,
"node_type": "Pan",
"parameters": {
"0": 0.0
},
"position": [
930.0,
100.0
]
},
{
"id": 5,
"node_type": "Gain",
"parameters": {
"0": 1.0
},
"position": [
1160.0,
100.0
]
},
{
"id": 6,
"node_type": "AutomationInput",
"parameters": {
"0": 0.0,
"1": 2.0
},
"automation_display_name": "Volume",
"automation_keyframes": [
{
"time": 0.0,
"value": 1.0,
"interpolation": "linear",
"ease_out": [
0.58,
1.0
],
"ease_in": [
0.42,
0.0
]
}
],
"position": [
930.0,
330.0
]
},
{
"id": 7,
"node_type": "AutomationInput",
"parameters": {
"0": -1.0,
"1": 1.0
},
"automation_display_name": "Pan",
"automation_keyframes": [
{
"time": 0.0,
"value": 0.0,
"interpolation": "linear",
"ease_out": [
0.58,
1.0
],
"ease_in": [
0.42,
0.0
]
}
],
"position": [
700.0,
330.0
]
}
],
"connections": [
{
"from_node": 0,
"from_port": 0,
"to_node": 1,
"to_port": 0
},
{
"from_node": 1,
"from_port": 0,
"to_node": 3,
"to_port": 0
},
{
"from_node": 3,
"from_port": 0,
"to_node": 4,
"to_port": 0
},
{
"from_node": 4,
"from_port": 0,
"to_node": 5,
"to_port": 0
},
{
"from_node": 5,
"from_port": 0,
"to_node": 2,
"to_port": 0
},
{
"from_node": 6,
"from_port": 0,
"to_node": 5,
"to_port": 1
},
{
"from_node": 7,
"from_port": 0,
"to_node": 4,
"to_port": 1
}
]
}