Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xs-test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patrick Chen
xs-test
Commits
a587a988
Commit
a587a988
authored
Aug 29, 2018
by
Patrick Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test script for imx6-gui
parent
54100b18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
imx6-gui.json
example/imx6-gui.json
+81
-0
No files found.
example/imx6-gui.json
0 → 100644
View file @
a587a988
{
"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"
}
}
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment