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 Kontakt script lock

Discussion in 'Scripting Workshop' started by Yakir Ovadia, Sep 2, 2021.

  1. Yakir Ovadia

    Yakir Ovadia New Member

    Messages:
    7
    Hello ED,
    I saw the video in youtube how to lock a Kontakt script..
    But when I click on middle mouse its opening the editor.
    There is a way to make a fully lock for the edit button?
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    Not really, there's always some way around it.
     
  3. Yakir Ovadia

    Yakir Ovadia New Member

    Messages:
    7
    Thanks champ !
    One more question please,
    If Iam adding a wallpaper to the resourse folder and set it on my patch, how can I get the wallpaper to be still in my patches without the resourse folder ?
     
  4. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    You need to make sure that you do NOT have the wallpaper set in Instrument Options, instead you need to add it via script.

    Code:
    on init
        set_control_par_str($INST_WALLPAPER_ID, $CONTROL_PAR_PICTURE, "wallpaper")
    end on
    And then repack your resource container (just create it again then overwrite old one).
     
  5. Yakir Ovadia

    Yakir Ovadia New Member

    Messages:
    7