-
Aline Gondim Santos authored
- code cleanup Change-Id: Ic15b71f1037424a463b0b52c260c24745cb14b00
Aline Gondim Santos authored- code cleanup Change-Id: Ic15b71f1037424a463b0b52c260c24745cb14b00
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
preferences.json 989 B
[
{
"category": "ir",
"type": "List",
"key": "irFile",
"title": "Impulse Response",
"summary": "Choose a impulse response",
"defaultValue": "average_space_ir_0.mp3",
"scope": "plugin,Filter",
"entryValues": [
"average_space_ir_0.mp3",
"rir_jack_lyons_lp2_96k.mp3",
"mono_s1r1.mp3"
],
"entries": [
"Genesis 6 Studio - Live Room Drum Set Up",
"Jack Lions Concert Hall - University of York",
"St. Patrick’s Church - Patrington"
]
},
{
"category": "stream",
"type": "List",
"key": "streamlist",
"title": "Stream to transform",
"summary": "Select audio to transform",
"defaultValue": "out",
"scope": "plugin",
"entryValues": [
"out",
"in"
],
"entries": [
"sent",
"received"
]
}
]