-
Kontakt Script to play_note() with keyswitch
I need a script to retrigger a held note when a keyswitch is depressed to change the group. I'm surprised this isn't a standard function to allow changing articulations with sustained notes, unless it's been added since Kontakt 5. The application is for guitar glissandos along a single string. The glissando samples are in…
-
Utility to auto add Kontakt zones in varying order?
Is there a way to add sample files to empty Kontakt groups using a script or other utility to convert an array of text filenames to Kontakt Groups and Zones? I need to add 9000 sample file/zones to 200 Kontakt Groups spread across multiple instruments for a multi-instrument guitar. It used to be possible to edit the old…
-
Kontakt GUI replacement
I have Samples From Mars Micro. It has a great GUI that I would like to use for my own samples. I tried using Kontakt GUI Maker but when I try to a less basic thing like using LFO’s which isn’t as straight forward the routing (getting it to work as I understand it even after reading the manual) doesn’t work. So I’d figured…
-
Batch GUI Script
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?
-
Divisi in Kontakt?
Hello, A quick question regarding setting up divisi in Kontakt for multi instruments that would work similarly to Divisimate Micro. Can this be achieved somehow?
-
Chord detecting Scripting
Hello community, Is there an already developed script to map samples to chords, in other words, play samples after pressing chords instead of individual notes? My intention is to have the samples looped at Kontakt and that they stop to play when 1/4 of a 4/4 compass is reached after I stop to press the chord. Is that…
-
how to change to all velocity based articulations
I have 3rd party Instruments and libraries that have an adjustable 3 zone velocity articulation range. I would like to know how to add a velocity range for each articulation. Is it possible to do the same thing as Orange tree samples do with an instrument that has the bottom, middle and top range for velocity switching.
-
Modify script "Notes per octave"?
Hi, I hope I'm in the right place for my question, which is: The script "Notes per octave", found among the presets of the script editor, has worked well for me, but now I would need to be able to automate the "Notes per octave" field's value by mIdi cc message. The value range in the original script is 1-1200 As I'm not…
-
Kontakt Script to change Instrument and keyrange with modulation
This is an interesting problem. I need a script to change Kontakt Instruments depending on keyrange, and the keyrange will dynamically change with modulation CC#1. This is to select which notes along a guitar fretboard are to be played according to fret positions 0 through 17 assigned by mod wheel. One monophonic…
-
LUA script: Global table 'Kontakt' is empty (nil value)
1st attempt to work with Visual Studio and Kontakt LUA scripts. I managed to launch Kontakt 8 from VS Run Task(*) and then I run the first lua script from the LUA API tutorial. As you can see in the screenshot below, the 'Hello World" command is printed. Yet, the Kontakt global object is empty. This means that API falied…
-
Any way to return whether a group is actively playing a sample?
I'd like my UI to indicate actively playing groups, similar to how the Group Editor illuminates the groups in orange which are playing samples. My first thought might be to store eventIDs along with the associated group number in an array and then somehow check when those no longer match up. Any ideas or something simple…
-
kontakt 7 sysex
HI. there is no midi CC to advance patches in kontakt using the < > arrows. Is there a sysex command? Thanks.
-
Scripting Drum Outputs in Kontakt, while keeping GUI functions.
Hey everyone, this is my second post here, as I accidentally answered my first post about this topic, which seems to have not made post appear any further within new discussion boards. I'm trying to create a drum plugin, based on some sample I have recorded for a uni project. This is my first time ever scripting anything,…
-
Keyswitches
Hey, I'm new in Kontakt programming. Can anyone help me how to make red piano keys to stay pressed on when switching between different groups and how to display their names on the main graphic UI?
-
Play different groups with Midi Notes
Hy, I tried to figure out how to play different groups when playing different Midi Notes. For example: playing Midi Note 24 plays only Group 0, playing Midi Note 25 plays only Group 1 and so on…. There is a factory preset Group Selection and I tried to modify it but had no luck. Can you help me please? Thanks a lot
-
Kontakt Script - How to control Time knob on Unisono Portamento script
Hey there, I need help controlling the TIME knob on the Unisono Portamento script. My UI script is on slot 5 and the Portamento script is on slot 1. I am able to move the TIME knob using a ui_knob that I've made, but no change is happening. Here's my code so far. UI (slot 5): declare ui_knob $porta_combi_knob (0, 127, 1)…
-
Kontakt - How to loop a sample accross the key range without the sample speeding up or slowing down?
Kontakt - I'm sure this question has come up many times and various answers given too! How do you loop a sample accross the key range without the sample speeding up or slowing down as you play up or down the octave ranges? So I have a 6 sec sample created in my DAW at 120bpm on C3 (Middle C) and bounced down to audio. Then…
-
$CONTROL_PAR_SHORT_NAME
Hi _ I understand the principle of KSP but not at all the purpose of this part of KSP code: what is the point of naming a widget with a simple name (knob, menu, slider, etc.) ? What do we do next with this notion of SHORT_NAME ?
-
Redirect Output ?
Can we use a switch and the "redirect_output" code option to switch the output of a BUS from the "Bypass Insert FX" position to the third OUT 1 position ?
-
Question About Button Size in Kontakt
Subject: Question About Button Size in Kontakt Hi everyone, I have a question regarding a specific button (circled in red). Could anyone tell me where this button is located and how I can adjust its size? In the GUI, there's an image layer above it, causing the image to change on mouse hover. Is this button a built-in part…