Hi!
I’ve been using a Streamdeck to control Ableset, using the Bitfocus Companion.
Everything seems to be running fine, but I’ve had a couple of issues:
- When a section is running, and I press the current section button, I’d like the section to restart (the same way this happens when you use the web interface), but it seems like the “current section” button in Bitfocus doesn’t work this way.
- I’m also missing a button in Bitfocus to change my iConnectivity interface A/B. Maybe this is possible using OSC?
Thanks in advance!
Hi @Pablo_Fergus!
Regarding the iConnectivity part, yes, you can fully control scene switching through OSC.
Here are all the available commands:
/audioInterfaces/setScene [1, 2, A, or B] → sets the active scene on the connected audio interfaces
/audioInterfaces/setScene 1 → sets the active scene to scene A
/audioInterfaces/setScene B → sets the active scene to scene B
/audioInterfaces/toggleScene → toggles the active scene between A and B
/audioInterfaces/arm → arms the failover system of all connected audio interfaces
Commands for iConnectivity PlayAUDIO devices:
/audioInterfaces/playaudio/setScene [serial] [scene] → sets the active scene of the device
(scene can be either 1 or 2)
As for the current section button, I don’t have a physical Stream Deck to test right now, but from what I’ve seen in the web emulator, it looks like that button might just be a visual placeholder and doesn’t actually trigger the restart behavior you’re expecting.
Cheers!