Batch GUI Script

CharlieW
CharlieW Member Posts: 10 Newcomer
edited April 30 in Scripting Workshop

I have been making 100s of Kontakt instruments for my own library. I've now designed the GUI that I want them all to have and I'm wondering if there is a batch edit way of adding this script to all the instruments without having to open them up individually and pasting the code in the script editor?

Tagged:

Comments

  • theodorech
    theodorech Member Posts: 88 Member

    Unfortunately, you'd need to do it manually or use a mouse/macro automation recorder.

  • CharlieW
    CharlieW Member Posts: 10 Newcomer

    I had hoped there was a solution in Creator Tools but it seems not… manually it is.

  • medusa
    medusa Member Posts: 100 Helper

    Point them all at a single Resources folder, load the script from that. That way if you need to change the script, all of them will be changed at once.

  • theodorech
    theodorech Member Posts: 88 Member

    Yeah, good point.

  • CharlieW
    CharlieW Member Posts: 10 Newcomer

    That sounds perfect - would you mind breaking down exactly what I need for the script to load from the resource folder instead of usual script editor. I currently have the resource folders all set up with the images required for gui.

  • medusa
    medusa Member Posts: 100 Helper

    So if you already have a resources folder, just put your script in there, in the scripts subfolder.

    Then in each of your instruments, if they already point at that resources, you can load the script from Resources using the drop down menu in the middle. ("Apply from")

    Screen Shot 2025-05-12 at 08.05.20.png
Back To Top