Linking Faders: OSCalculator

Just recently with the help of this forum got a link between OSCalcualtor and Eos. I believe I have keys down.

Faders: I hoped to be able top pick the rest up on my own, but I got stuck again. OSCal forums don't seem to have any info. The help I did get from the Eos Manual and one other thread still leaves me with questions. 

How do I go about this? How do i configure a a fader on OSCal? 

Thanks, Heath

Parents
  • i can't specifically say how you would do it in that application, but those are the osc commands to send to eos:

    • create faderbank: /eos/fader/<index>/config/<amount>, "/eos/fader/1/config/10"
      this is needed so you can afterwards page through the fader pages. eos needs to know how many faders make up a fader page. unless you have sent this commd at the very beginning of each OSC session with eos, you will not be able to access faders
    • fader: /eos/fader/<index>/<number>, "/eos/fader/1/5"
      this is the definition of each of your 10(?) fader positions. this isn't yet about fader pages, it just say if it's the first or third or tenth fader you physically have available
    • fader name: /eos/fader/<index>/<number>/name, "/eos/fader/1/5/name"
      if there is a space to display fader labels, this will insert the label for the record target that i currently mapped to the fader in this position

    • fader navigation: /eos/fader/<index>/page/<delta>, "/eos/fader/1/page/-2"
    • fader page direct access: /eos/fader/<index>/page/<faderpage>, "/eos/fader/1/page/2"
    index = you can have different set of faders. e.g. two groups of five that can page independently. to differentiate which block of fader you want to access with a command you give them different index numbers
Reply
  • i can't specifically say how you would do it in that application, but those are the osc commands to send to eos:

    • create faderbank: /eos/fader/<index>/config/<amount>, "/eos/fader/1/config/10"
      this is needed so you can afterwards page through the fader pages. eos needs to know how many faders make up a fader page. unless you have sent this commd at the very beginning of each OSC session with eos, you will not be able to access faders
    • fader: /eos/fader/<index>/<number>, "/eos/fader/1/5"
      this is the definition of each of your 10(?) fader positions. this isn't yet about fader pages, it just say if it's the first or third or tenth fader you physically have available
    • fader name: /eos/fader/<index>/<number>/name, "/eos/fader/1/5/name"
      if there is a space to display fader labels, this will insert the label for the record target that i currently mapped to the fader in this position

    • fader navigation: /eos/fader/<index>/page/<delta>, "/eos/fader/1/page/-2"
    • fader page direct access: /eos/fader/<index>/page/<faderpage>, "/eos/fader/1/page/2"
    index = you can have different set of faders. e.g. two groups of five that can page independently. to differentiate which block of fader you want to access with a command you give them different index numbers
Children
Related