Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help for subscribe the VD Value #13

Open
Lung4444 opened this issue Dec 6, 2017 · 1 comment
Open

Need help for subscribe the VD Value #13

Lung4444 opened this issue Dec 6, 2017 · 1 comment

Comments

@Lung4444
Copy link

Lung4444 commented Dec 6, 2017

Hi, I am working out a controller for Si Performer few years before, but cannot get the feedback from the console, after looking on your document, may I know can you get feedback from the console?

multi parameter set is no problem for the console.
I try the get parameter and subscribe message, but both are not working.

Thanks,
Lung

@not-my-username
Copy link

Even though I’m about seven years late to the conversation, I wanted to chime in for the record.

To subscribe to any value on a Soundcraft mixer (and likely any HiQnet device), the mixer itself needs to know your IP address and HiQnet address. This information isn’t extracted from the ParamSubscribe packet; instead, it’s gathered during the discovery phase. You should look into the HiQnet DiscoInfo packet for this purpose.

You'll need to send this packet as a broadcast on the same network as the mixer. After that, you should be able to subscribe to parameters. Additionally, creating a session using the Hello packet may be necessary.

If possible, using Wireshark to monitor the communications between the mixer and an iPad app can provide valuable insights. This is the approach I used to develop my system, which I may consider sharing publicly if it works out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants