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

Solved Send FX sound doesn't update through performance view controls

Discussion in 'Scripting Workshop' started by rossc, Sep 15, 2021.

  1. rossc

    rossc New Member

    Messages:
    9
    Hi guys,

    I have some UI elements setup to control Replika Delay and Reverb parameters. When I move the knobs on the UI, I can see the internal knobs on the delay and reverb modules moving, but there is no change in sound — they appear completely dry.

    However, as soon as I move the internal knobs, the sound appears to, for lack of a better word, update? I can then hear the affected signal.

    I'm simply using a set_engine_par command for controlling the parameters (see example below), but I don't see this being the issue?
    Code:
    on ui_control($feedbackKnob)
    
        set_engine_par($ENGINE_PAR_RDL_FEEDBACK, $feedbackKnob, -1, 0, -1)
    
    end on
    Does anyone know what's causing this? Any help would be greatly appreciated.

    Cheers! :)
     
  2. rossc

    rossc New Member

    Messages:
    9
    Update: Realise I'd missed the -1 on the generic property — should've been a 0 o_O