Tag: kontakt 5
Kontakt Scripting (KSP) :: BASICS :: ui_panel explained [Kontakt 6]
Modified April 2026with the introduction of the ui_panel since Kontakt 6, things became a little easier when it comes to complex UIs with multiple screens (= panels) inside one script tab. This article explains the ui_panel ind detail and shows some basic examples.
Kontakt Scripting (KSP) :: TOOLS :: Key Color Viewer & Key Color Table
Modified April 2026This tool shows all available key colors. Simply select one color from the dropdown menu. And copy the Variable name from the field below with ctrl+c The Key Color Viewer works with Kontakt 5, Kontakt 6 and above. Each key color has also been visualized with a keyboard-screenshots-table (below in this article)
Kontakt Scripting (KSP) :: Troubleshooting :: parser stack overflow error (workaround)
Modified November 2019If working on big Kontakt projects with large code segments inside the on init you may get confronted with the “parser stack overflow” error. This simple workaround shows how to avoid this error.
Kontakt :: Quick Load Catalog – Better Organize all your Kontakt Libraries (recommended for our libraries)
Modified October 2019KONTAKT-FULL-LIBRARIES, Libraries only made for the full version of Kontakt (and not added to the libraries tab), can be buried in oblivion, since they are not that accessible as those you can find in the libraries tab on the left. For this reason there is the Quick-Load Catalog, which is very very useful especially when […]
Kontakt Scripting (KSP) :: Animation Sequence (e.g. for VU-Meters, Oscilloscopes, LED-Arrays, Cartoons) via Sprite Sheet & picture_state
Modified April 2026Animations via image sprite sheet let your Kontakt instruments feel more organic and vivid. Sprite sheets can also be used for displaying dynamic info like note names or other information. This article is kept simple for a better understanding. The download contains a more advanced version of an oscilloscope, reacting on note height & velocity, […]
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
Release: AmberWood Drums for Kontakt, Woodstick Percussion Tool
Modified April 2026We have release the AmberWood Drums, Maverick Wood Percussion for Kontakt. https://www.yummybeats.com/products/folk/indie/kontakt/amberwood-drums/
Kontakt Scripting (KSP) :: Sublime Text – how to work with macros, tutorial
Modified April 2026in this tutorial we will work with sublime text and macros. A macro works almost like a function. We use them like functions and we can use arguments to pass expressions to alter or individualize several parameters inside a macro.
Kontakt Scripting (KSP) :: watchdog timer – change knob or slider labels on mouse events (on click, on release) [dynamic labels]
Modified April 2026In this tutorial we will learn how to dynamically change labels and display the knob’s current value for the time the knob gets moved. After releasing the knob the default label shows up again after a certain delay. See video Also see these more conveniant solutions, using less code
Kontakt Scripting (KSP) :: Custom UI :: Complex User Interface with multiple Screens/Menus inside one Script Tab
Modified April 2026In this Complex User Interface tutorial we will build a fully functional UI with multiple Screens: main screen, FX screen and about screen. Whereas the FX screen holds a sub menu for two different FX: a LoPass filter and a LoFi FX.