Is there an OSC command to force EOS to send fader levels?

Hello all,

I have been playing around with the #lighthack code and sstaub’s eOS library for the arduino. First of all, brilliant work by all involved. But I am running into an issue where I have wish to query EOS to send the current fader level . With the implicit OSC output, I am seeing and receiving OSC messages from EOS with fader levels following a move by the console. But is there a way to get fader levels on demand? Something like /eos/get/fader/1/1 and return a level in the form of a float?

Thanks in advance!

  • There isn't a command to explicitly get the fader level of a specific fader.  But.. when you setup an osc fader bank eos transmits fader changes and if you change what fader page you are on eos transmits the label and level of all faders on the page you select.  Hope this helps.  You can also define your own bank size so you may be able to figure out a unique way to request a specific fader level by setting an appropriate page on your osc fader bank.

  • Hi, did you ever get to the bottom of this? I have a custom control surface with 4 motorized faders and I'm struggling to set up banking. I'm not sure if I need to configure all the pages I expect to use with /eos/fader/<banknum>/config/4 once for each "page" of 4 faders, or if I only need to do that once for the first page. And either way I do it, it seems to imply that sending the same command will then respond with the current values of the faders on that page, but then I seem to end up with multiple pages all referring to the same 4 values... 

    Any help (from anyone!) would be appreciated! :) 

  • the configure command creates a virtual fader bank that you then can page up and down or jump to a specific page in.  You only need to configure it once per connection.  there are osc messages for increasing and decreasing the page you want to be active on your virtual fader bank

Related