101fallingdown
Member
- Joined
- Jan 22, 2024
- Messages
- 6
For the graphic EQ the API works well, I can list saved modes:
And then load one:
But, can you do the same for parametric EQ? eg:
Any ideas? Would be great if there was an up to date list of commands somewhere..
Code:
https://<myip>/httpapi.asp?command=EQGetList
[
...
"Vocal Booster",
"TV"
]
And then load one:
Code:
https://<myip>/httpapi.asp?command=EQLoad:TV
{
"status":"OK",
"EQStat":"On",
"Name":"TV",
...
}
But, can you do the same for parametric EQ? eg:
Code:
// This doesn't work :(
https://<myip>/httpapi.asp?command=PEQGetList
unknown command
Any ideas? Would be great if there was an up to date list of commands somewhere..