MUSE and HiQnet preset recall
Hi everyone,
I'm developing a MUSE program in Python to control a BSS BL-100 processor.
I loaded the JSON file into the MUSE controller and can use mute/unmute and level adjustments, but I don't understand how to recall a preset if the JSON file doesn't contain the preset information.
Has anyone already done any tests? I wouldn't want to have to rewrite the entire asyncio communication driver in Python if native HiQnet communication is available.
Thanks.
0
Comments
There is a KB entry about calling Blu Presets by Automator:
https://help.harmanpro.com/bss-blu-presets-from-muse-automator
It says that a separate connection must be opened to the Blu, to send the preset call string.
You do not have to recode a full asyncio communication in the scripts. There are Muse Device plugins available, that provide basic IP connection types as Muse devices.
https://github.com/amx-itg/muse-driver-amx-ipcomm
They work pretty good.