1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

About Script Possibilities..??

Discussion in 'KONTAKT' started by NI.Entuciasta, Dec 23, 2020.

  1. NI.Entuciasta

    NI.Entuciasta New Member

    Messages:
    8
    Hello friends, does anyone know if its possible control the move_control of an slider with another slider?

    I mean:
    on ui_control ($sliderA)
    $sliderB:=$sliderA
    end on

    With this simple script I can control the movement of another slider as you know. but what if I can control the move position? is that possible?

    if anyone can help.. thanks
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    Yes, you can do that. Simply move_control_px($SliderB, $SliderA, <insert some Y position>).
     
  3. NI.Entuciasta

    NI.Entuciasta New Member

    Messages:
    8
    I think it doesn't work as expected maybe. what I want to do is create a movement effect for an AHD curve that I have integrated with my own graphics and for that I needed to move the position of the graphics (in this case I need the Attack Knob is moving the Hold knob but no in graphics just the position to have an interpretation of the cuve(), in addition to the animation that its knob that is moved correspondingly does.

    But when I do this it seems that only the knob is hidden and shown and only the "Y" movement is allowed ..