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

$ENGINE_PAR_RV2_TYPE --->wait async (...)

Discussion in 'Scripting Workshop' started by JForester, Dec 10, 2021.

  1. JForester

    JForester NI Product Owner

    Messages:
    68
    Hello kontakt users :)
    I think there is a kontakt engine problem with the REVII
    to make handling asynchronous operation ! Have you ever noticed this trick?

    wait_async(set_engine_par($ENGINE_PAR_EFFECT_TYPE, $ENGINE_PAR_RV2_TYPE, -1, 0, $NI_MAIN_BUS))

    {does not load the effect}
    Thank you
    Have a nice day
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    You're using the wrong engine par there. It should be $EFFECT_TYPE_REVERB2, not $ENGINE_PAR_RV2_TYPE.
     
    • Like Like x 1
  3. JForester

    JForester NI Product Owner

    Messages:
    68
    Thank you ED, you unblock the situation for me ... I was misled by the very similar names ;-)