Tag: kontakt
Kontakt Scripting (KSP) :: SCRIPTS :: Vertical & Horizontal Drag n Drop v2
Modified April 2026this is an update to the v1.0 drag & drop script. You can now set horizontal draggables or vertical draggables like lists (see animation below). For real use cases also see Rearrange FX Slots via Draggables
Kontakt Scripting (KSP) :: Basics :: various use cases for buttons (toggles, disabled buttons, reading & setting button states)
Modified April 2026This is a follow up to the Button Picture State tutorial. This article demonstrates various types of buttons like toggles and disabled buttons and some common use cases. Below are the six possible button’s picture states again, listed in the right order. But note via KSP (script) we can only address the on and off […]
Kontakt Scripting (KSP) :: UI :: Drawer or Offcanvas with slide in/out animation [Kontakt 6+]
Modified April 2026This article explains how to make a vertical drawer with a slide in/out animation with Kontakt 6 (and beyond). (see video) The download additionally includes a horizontal drawer with a slide right-in/right-out animation. You can customize both the drawer to your needs via some global adjustments
Kontakt Scripting (KSP) :: UI :: dialog windows (popovers / modals) with a responsive backdrop [ui_panel + z_layer] [Kontakt 6]
Modified April 2026with ui_panels and z_layers we can easily create dialog windows and add a backdrop which closes the dialog again when clicking on it. This tutorial shows the essentials of how to create such a dialog window & responsive backdrop combination. The download also provides an additional more advanced version with some controls (see the video).
Kontakt Scripting (KSP) :: SCRIPTS :: Reorder FX Slots via Draggables, DLC
Modified April 2026this is an additional dlc to the drag & drop script. As you may already have seen with other Kontakt instruments we can create draggables to rearrange FX or anything else with up to 16 elements. This script in particular rearranges the instrument FX chain, related to the draggable positions (see video).
Kontakt Scripting (KSP) :: SCRIPTS :: Main Drag & Drop Script / Draggables for Kontakt 5 & 6+
Modified April 2026this drag & drop script can be used to rearrange anything with Kontakt. With up to 16 draggable elements. It can easily be customized by adjusting a few parameters like size, position, amount of draggable elements. The draggables can be skinned with custom images as well (see video).
WoodBox Sound Pack for AmberWood Drums – Artful Wood Percussion for Kontakt
Modified April 2026We have released WoodBox, a sound extension pack for Amberwood Drums – unconventional percussion for Kontakt. https://www.yummybeats.com/products/ambient/folk/indie/kontakt/amberwood/woodbox/
Update: AmberWood Drums for Kontakt, Wood Percussion & Atmospheres
Modified February 2018We have updated the AmberWood Drums to version 2.11 This update is mandatory for the upcoming Sound Pack / Addon
Kontakt Scripting (KSP) :: Custom UI :: Buttons & Animations (on, off, pressed, mouse over states)
Modified April 2026in this tutorial we will create “animated” buttons for Kontakt 5 or 6 with the following states: off on pressed off pressed on mouse hover off mouse hover on