More Ablenet OSC commands possible?

Hey Leo!

Tried searching through docs but no luck.
Some requests for extra OSC commands for both sending to and receiving from Ableset that I thought of. Are any of these possible?

Sending to Ableset:

  • Sync AtoB (/ableNet/syncAToB)
  • Sync BtoA (/ableNet/syncBToA)
  • Switch Ableset view between A and B machine (/ableNet/viewHostA) (/ableNet/viewHostB)

Receiving from Ableset

  • Current Host View A/B (/ableNet/currentHostView)
  • Host A/B state like playing or stopped (ableNet/hostAState) etc

Many thanks!

Hey Charlie,

Thanks a lot for the suggestions!

I’ll pass this along and we’ll take a look at how doable this would be within the current AbleNet architecture.

Thanks again for sharing this!

1 Like

Awesome thank you!

I guess for now would I be able to send /ableNet/syncToRemote to different computers separately on canvas?

E.g.
192.168.0.10:39051/ableNet/syncToRemote for my A machine
192.168.0.11:39051/ableNet/syncToRemote for my B machine

Thanks!

Yes, that works! For jumping between the two computers, you could also create two buttons that are set to the “Link” type, and set the URL of one to http://192.168.0.10 and the other to http://192.168.0.11 :slight_smile:

1 Like

Amazing thanks! Didn’t think about the link function!