Commit a587a988 authored by Patrick Chen's avatar Patrick Chen

add test script for imx6-gui

parent 54100b18
{
"script": [
{
"command": "GUI.GetFx",
"param": {
"uuid": "A667E644-7F1B-4F8C-A939-24C596E4847C"
},
"expect": {
"response": {
"active": false
}
}
},
{
"command": "GUI.SetFx",
"param": {
"uuid": "A667E644-7F1B-4F8C-A939-24C596E4847C",
"active": true
},
"expect": {
"response": {}
}
},
{
"command": "GUI.GetFx",
"param": {
"uuid": "A667E644-7F1B-4F8C-A939-24C596E4847C"
},
"expect": {
"response": {
"active": true
}
}
}
],
"mockData": [
{
"command": "getPreset",
"param": {
"presetSlot": {
"presetId": "73EBF1A3-B7BC-48AB-A91D-BC3B991AF310"
},
"returnData": {
"withEmbeddedData": true,
"withParam": true
}
},
"response": {
"presetContent": {
"type": "biasFx",
"name": "Monkey Wrench",
"sigPath": [
{
"id": "A667E644-7F1B-4F8C-A939-24C596E4847C",
"dspId": "LIVE.Compressor",
"type": "builtIn",
"active": false,
"param": [
1,
0.4,
0.6,
0.48,
0.6
]
}
],
"embedded":{
}
}
}
},
{
"command": "getPreset",
"response": {
"presetSlot": {
"presetId": "73EBF1A3-B7BC-48AB-A91D-BC3B991AF310"
}
}
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment