Announcement

Collapse
No announcement yet.

Sending values from one set to another by button?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sending values from one set to another by button?

    Hi. I’m new here.
    i want to know the following:

    i have two faders, fader one and two and a button.
    fader 2 sends midi messages to an device. Fader one doesn’t.

    what I want is, that pressing the button the value of fader 1 will be transmitted to fader two.

    or, mor complicated, that for two identical SETS of faders and buttons by pressing ONE button.

    i programmed it last year, but overwrote it and forgot the way ! I think, I worked with local messages or with script…

    i would be glad for help

  • #2
    Ok. The first point I found by trying.
    local message from fader 1 to button1:
    • trigger x; any
    • source x, value
    • target x Button 1
    • scale 0;1
    • Conversion float
    and button control
    • Type: toggle press
    • press: x
    • release: 0

    And local messag from button 1 to fader 2
    • trigger x; any
    • source x, value
    • target x Fader 2
    • scale 0;1
    • Conversion float
    but know the remaining question is: how to do it with a SET of faders and buttons?

    Comment


    • #3
      Nobody here can answer?

      Comment

      Working...
      X